mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
rsx: Use register_decoder for vertex attributes.
This commit is contained in:
parent
cc30e1aa47
commit
e9bee80f4b
8 changed files with 234 additions and 166 deletions
|
@ -354,7 +354,6 @@ namespace rsx
|
|||
for (u8 index = 0; index < rsx::limits::vertex_count; ++index)
|
||||
{
|
||||
rsx::method_registers.register_vertex_info[index].size = 0;
|
||||
rsx::method_registers.register_vertex_data[index].clear();
|
||||
}
|
||||
|
||||
if (capture_current_frame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue