diff options
Diffstat (limited to 'gpu/GLES2/gles2_command_buffer.h')
-rw-r--r-- | gpu/GLES2/gles2_command_buffer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gpu/GLES2/gles2_command_buffer.h b/gpu/GLES2/gles2_command_buffer.h index 137cd78..1a860b4 100644 --- a/gpu/GLES2/gles2_command_buffer.h +++ b/gpu/GLES2/gles2_command_buffer.h @@ -9,7 +9,11 @@ #define GPU_GLES2_GLES2_COMMAND_BUFFER_H_ // constants for CommandBufferEnable command. -#define GLES2_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS 0x0001 +#define PEPPER3D_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS \ + "pepper3d_allow_buffers_on_multiple_targets" +// TODO(gman): remove this +#define PEPPER3D_SKIP_GLSL_TRANSLATION \ + "pepper3d_skip_glsl_translation" #endif // GPU_GLES2_GLES2_COMMAND_BUFFER_H_ |