mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
rsx: If no array streams are enabled, mark inline array as disabled (null render)
This commit is contained in:
parent
7840cd914e
commit
219a5382f7
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue