diff options
Diffstat (limited to 'third_party/khronos/GLES2/gl2ext.h')
-rw-r--r-- | third_party/khronos/GLES2/gl2ext.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/khronos/GLES2/gl2ext.h b/third_party/khronos/GLES2/gl2ext.h index c604c12..ee0da03 100644 --- a/third_party/khronos/GLES2/gl2ext.h +++ b/third_party/khronos/GLES2/gl2ext.h @@ -1985,6 +1985,15 @@ typedef void (GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUM) (GLenum target, GLenum sour #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2 #endif +/* GL_CHROMIUM_get_error_query */ +/* Exposes GL_CHROMIUM_get_error_query. + */ +#ifndef GL_CHROMIUM_get_error_query +#define GL_CHROMIUM_get_error_query 1 +// TODO(gman): Get official numbers for these constants. +#define GL_GET_ERROR_QUERY_CHROMIUM 0x84F3 +#endif + /* GL_CHROMIUM_texture_mailbox */ #ifndef GL_CHROMIUM_texture_mailbox #define GL_CHROMIUM_texture_mailbox 1 |