diff options
Diffstat (limited to 'src/video_core/vertex_loader.h')
| -rw-r--r-- | src/video_core/vertex_loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/vertex_loader.h b/src/video_core/vertex_loader.h index 40c5e83c9..7267ea9c6 100644 --- a/src/video_core/vertex_loader.h +++ b/src/video_core/vertex_loader.h | |||
| @@ -47,7 +47,6 @@ private: | |||
| 47 | u32 vertex_attribute_strides[16] = {}; | 47 | u32 vertex_attribute_strides[16] = {}; |
| 48 | Regs::VertexAttributeFormat vertex_attribute_formats[16] = {}; | 48 | Regs::VertexAttributeFormat vertex_attribute_formats[16] = {}; |
| 49 | u32 vertex_attribute_elements[16] = {}; | 49 | u32 vertex_attribute_elements[16] = {}; |
| 50 | u32 vertex_attribute_element_size[16] = {}; | ||
| 51 | bool vertex_attribute_is_default[16]; | 50 | bool vertex_attribute_is_default[16]; |
| 52 | int num_total_attributes; | 51 | int num_total_attributes; |
| 53 | }; | 52 | }; |