diff options
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_ids_autogen.h')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_ids_autogen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h index eebe3ff..2ffe5c6 100644 --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h @@ -194,6 +194,7 @@ OP(GenSharedIds) /* 439 */ \ OP(DeleteSharedIds) /* 440 */ \ OP(RegisterSharedIds) /* 441 */ \ + OP(CommandBufferEnable) /* 442 */ \ enum CommandId { kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |