vk: Fix FS stencil mirror binding location overwrites causing holes in descriptor layout

This commit is contained in:
kd-11 2025-06-22 15:45:56 +03:00 committed by kd-11
parent cdc78f81f7
commit 91e22aa4e4

View file

@ -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;
}