GS/Vulkan: Don't apply TFX state on utility draw

This commit is contained in:
Connor McLaughlin 2023-01-23 19:41:44 +10:00 committed by lightningterror
parent 0c78bda328
commit f628795b3f
1 changed files with 1 additions and 1 deletions

View File

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