mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Fix FS stencil mirror binding location overwrites causing holes in descriptor layout
This commit is contained in:
parent
cdc78f81f7
commit
91e22aa4e4
|
|
@ -92,7 +92,7 @@ void VKFragmentDecompilerThread::prepareBindingTable()
|
|||
{
|
||||
for (auto& stencil_location : vk_prog->binding_table.ftex_stencil_location)
|
||||
{
|
||||
if (stencil_location == umax)
|
||||
if (stencil_location != 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue