| Index: gpu/command_buffer/service/gl_utils.h
|
| diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h
|
| index 316c3bb6f0b94b829df4e0742116d46eaf3a9880..b91bc5261d625be7626660a22a5fcac092f33003 100644
|
| --- a/gpu/command_buffer/service/gl_utils.h
|
| +++ b/gpu/command_buffer/service/gl_utils.h
|
| @@ -100,6 +100,11 @@
|
|
|
| #define GL_GLEXT_PROTOTYPES 1
|
|
|
| +// GL_OES_get_program_binary
|
| +#define GL_PROGRAM_BINARY_LENGTH_OES 0x8741
|
| +#define GL_NUM_PROGRAM_BINARY_FORMATS_OES 0x87FE
|
| +#define GL_PROGRAM_BINARY_FORMATS_OES 0x87FF
|
| +
|
| // Define this for extra GL error debugging (slower).
|
| // #define GL_ERROR_DEBUGGING
|
| #ifdef GL_ERROR_DEBUGGING
|
|
|