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

This commit is contained in:
Acclution
2025-07-18 22:27:31 +00:00
committed by GitHub
parent ce9c6e40fd
commit 8bd29f7ca3

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(