mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 00:47:59 -05:00
Optimize the vertex loader, nearly doubling its speed.
This commit is contained in:
@ -47,7 +47,6 @@ private:
|
||||
u32 vertex_attribute_strides[16] = {};
|
||||
Regs::VertexAttributeFormat vertex_attribute_formats[16] = {};
|
||||
u32 vertex_attribute_elements[16] = {};
|
||||
u32 vertex_attribute_element_size[16] = {};
|
||||
bool vertex_attribute_is_default[16];
|
||||
int num_total_attributes;
|
||||
};
|
||||
|
Reference in New Issue
Block a user