diff options
Diffstat (limited to 'gpu/command_buffer/service/gl_utils.h')
-rw-r--r-- | gpu/command_buffer/service/gl_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h index 5baff01..a723031 100644 --- a/gpu/command_buffer/service/gl_utils.h +++ b/gpu/command_buffer/service/gl_utils.h @@ -89,6 +89,9 @@ /* GL_CHROMIUM_get_error_query */ #define GL_GET_ERROR_QUERY_CHROMIUM 0x84F3 +/* GL_CHROMIUM_command_buffer_latency_query */ +#define GL_LATENCY_QUERY_CHROMIUM 0x84F4 + // GL_OES_texure_3D #define GL_SAMPLER_3D_OES 0x8B5F |