mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
move #define for GL_DOUBLE, to put enums in right order
This commit is contained in:
parent
f2f3350774
commit
199972cef0
1 changed files with 1 additions and 1 deletions
|
|
@ -165,10 +165,10 @@ typedef double GLclampd; /* double precision float in [0,1] */
|
|||
#define GL_INT 0x1404
|
||||
#define GL_UNSIGNED_INT 0x1405
|
||||
#define GL_FLOAT 0x1406
|
||||
#define GL_DOUBLE 0x140A
|
||||
#define GL_2_BYTES 0x1407
|
||||
#define GL_3_BYTES 0x1408
|
||||
#define GL_4_BYTES 0x1409
|
||||
#define GL_DOUBLE 0x140A
|
||||
|
||||
/* Primitives */
|
||||
#define GL_POINTS 0x0000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue