GPU: Fix Vulkan compute uniform descriptor not being marked as set (#13389)

(cherry picked from commit 8bd29f7ca3)
This commit is contained in:
Acclution
2025-07-18 22:27:31 +00:00
committed by cosmonaut
parent 1ab01b9367
commit b8dc9767da

View File

@@ -8594,7 +8594,7 @@ static void VULKAN_INTERNAL_BindComputeDescriptorSets(
dynamicOffsetCount, dynamicOffsetCount,
dynamicOffsets); dynamicOffsets);
commandBuffer->needNewVertexUniformOffsets = false; commandBuffer->needNewComputeUniformOffsets = false;
} }
static void VULKAN_DispatchCompute( static void VULKAN_DispatchCompute(