diff options
Diffstat (limited to 'gpu/GLES2/gles2_command_buffer.h')
-rw-r--r-- | gpu/GLES2/gles2_command_buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/GLES2/gles2_command_buffer.h b/gpu/GLES2/gles2_command_buffer.h index 3f6b39d..30bc7a7 100644 --- a/gpu/GLES2/gles2_command_buffer.h +++ b/gpu/GLES2/gles2_command_buffer.h @@ -11,6 +11,8 @@ // constants for CommandBufferEnable command. #define PEPPER3D_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS \ "pepper3d_allow_buffers_on_multiple_targets" +#define PEPPER3D_SUPPORT_FIXED_ATTRIBS \ + "pepper3d_support_fixed_attribs" // TODO(gman): remove this #define PEPPER3D_SKIP_GLSL_TRANSLATION \ "pepper3d_skip_glsl_translation" |