mirror of https://github.com/PCSX2/pcsx2.git
GS/Vulkan: Don't apply TFX state on utility draw
This commit is contained in:
parent
0c78bda328
commit
f628795b3f
|
@ -2737,7 +2737,7 @@ bool GSDeviceVK::ApplyUtilityState(bool already_execed)
|
|||
}
|
||||
|
||||
ExecuteCommandBufferAndRestartRenderPass(false, "Ran out of utility descriptors");
|
||||
return ApplyTFXState(true);
|
||||
return ApplyUtilityState(true);
|
||||
}
|
||||
|
||||
Vulkan::DescriptorSetUpdateBuilder dsub;
|
||||
|
|
Loading…
Reference in New Issue