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