mesa/main: Add more OpenGL ES types to glheader.h.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
@@ -57,6 +57,13 @@
|
||||
|
||||
#ifndef GL_FIXED
|
||||
#define GL_FIXED 0x140C
|
||||
typedef int GLfixed;
|
||||
typedef int GLclampx;
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef GL_OES_EGL_image
|
||||
typedef void *GLeglImageOES;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -75,12 +75,6 @@ typedef struct {
|
||||
} SWvertex;
|
||||
|
||||
|
||||
/**
|
||||
* Fixed point data type.
|
||||
*/
|
||||
typedef int GLfixed;
|
||||
|
||||
|
||||
#define FRAG_ATTRIB_CI FRAG_ATTRIB_COL0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user