rsx: Fix vertex attrib parsing

This commit is contained in:
kd-11 2018-09-25 20:29:24 +03:00 committed by kd-11
parent dab30c0051
commit f72157bcec
6 changed files with 58 additions and 8 deletions

View file

@ -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)