mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-01 12:15:27 -06: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user