mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
rsx: Fix vertex attrib parsing
This commit is contained in:
parent
dab30c0051
commit
f72157bcec
6 changed files with 58 additions and 8 deletions
|
@ -1776,10 +1776,6 @@ namespace rsx
|
|||
|
||||
for (u8 index = 0; index < rsx::limits::vertex_count; ++index)
|
||||
{
|
||||
// Check if vertex stream is enabled
|
||||
if (!(input_mask & (1 << index)))
|
||||
continue;
|
||||
|
||||
auto &vinfo = state.vertex_arrays_info[index];
|
||||
|
||||
if (vinfo.size() > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue