aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/egl.h')
-rw-r--r--include/egl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/egl.h b/include/egl.h
index 57fa7ff..c8dcd2b 100644
--- a/include/egl.h
+++ b/include/egl.h
@@ -112,6 +112,7 @@ typedef void(*__GLXextFuncPtr)(void);
#define GL_RG16 0x822C
#define GL_RGB16 0x8054
#define GL_RGBA32F 0x8814
+#define GL_RGB32F 0x8815
#define GL_UNSIGNED_BYTE 0x1401
#define GL_COLOR_BUFFER_BIT 0x00004000
#define GL_TEXTURE_WRAP_S 0x2802
@@ -310,6 +311,7 @@ struct gsr_egl {
void (*glUniform1i)(int location, int v0);
void (*glUniform2i)(int location, int v0, int v1);
void (*glUniformMatrix2fv)(int location, int count, unsigned char transpose, const float *value);
+ void (*glUniformMatrix3fv)(int location, int count, unsigned char transpose, const float *value);
void (*glDebugMessageCallback)(GLDEBUGPROC callback, const void *userParam);
void (*glScissor)(int x, int y, int width, int height);
void (*glCreateBuffers)(int n, unsigned int *buffers);