| Index: gpu/command_buffer/client/client_context_state_autogen.h
|
| diff --git a/gpu/command_buffer/client/client_context_state_autogen.h b/gpu/command_buffer/client/client_context_state_autogen.h
|
| index 72a4f72ed03e450a7425c2ad89815c429e4fe30d..c9610d59682f3a82f6929cf374854e396fcc5fe8 100644
|
| --- a/gpu/command_buffer/client/client_context_state_autogen.h
|
| +++ b/gpu/command_buffer/client/client_context_state_autogen.h
|
| @@ -23,6 +23,8 @@ struct EnableFlags {
|
| bool sample_coverage;
|
| bool scissor_test;
|
| bool stencil_test;
|
| + bool primitive_restart_fixed_index;
|
| + bool rasterizer_discard;
|
| };
|
|
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_CLIENT_CONTEXT_STATE_AUTOGEN_H_
|
|
|