mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 17:50:32 +01:00
mesa/main: Add more OpenGL ES types to glheader.h.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
parent
c3d61d3785
commit
8d2edbf139
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue