diff options
author | Jordan Justen <[email protected]> | 2017-11-07 00:16:47 -0800 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-12-08 16:44:35 +1100 |
commit | 219628c1180069cd92e4d01a3e527d2df9f4851c (patch) | |
tree | e351e3ac31edba64b443560145b50d38a6252b76 /include/GLES2 | |
parent | 0c484878933dcf79be5c8592d89d72773643832b (diff) |
include: Add GL_MESA_program_binary_formats to GL/GLES2 ext.h files
Thus was merged into the OpenGL Registry in version
667c5a253781834b40a6ae9eb19d05af4542cfe1.
Ref: https://github.com/KhronosGroup/OpenGL-Registry/pull/127
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'include/GLES2')
-rw-r--r-- | include/GLES2/gl2ext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/GLES2/gl2ext.h b/include/GLES2/gl2ext.h index cc90a6cf5d7..a7d19a1fc83 100644 --- a/include/GLES2/gl2ext.h +++ b/include/GLES2/gl2ext.h @@ -2334,6 +2334,11 @@ GL_APICALL void GL_APIENTRY glGetPerfQueryInfoINTEL (GLuint queryId, GLuint quer #endif #endif /* GL_INTEL_performance_query */ +#ifndef GL_MESA_program_binary_formats +#define GL_MESA_program_binary_formats 1 +#define GL_PROGRAM_BINARY_FORMAT_MESA 0x875F +#endif /* GL_MESA_program_binary_formats */ + #ifndef GL_MESA_shader_integer_functions #define GL_MESA_shader_integer_functions 1 #endif /* GL_MESA_shader_integer_functions */ |