mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 03:02:53 +01:00
rsx: If no array streams are enabled, mark inline array as disabled (null render)
This commit is contained in:
parent
7840cd914e
commit
219a5382f7
@ -1363,7 +1363,12 @@ namespace rsx
|
||||
}
|
||||
}
|
||||
|
||||
result.interleaved_blocks.emplace_back(std::move(info));
|
||||
if (info.attribute_stride)
|
||||
{
|
||||
// At least one array feed must be enabled for vertex input
|
||||
result.interleaved_blocks.emplace_back(std::move(info));
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user