GPU: Fix Vulkan compute uniform descriptor not being marked as set (#13389)
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
Acclution
2025-07-18 22:27:31 +00:00
committed by GitHub
parent ce9c6e40fd
commit 8bd29f7ca3
+1 -1
View File
@@ -8594,7 +8594,7 @@ static void VULKAN_INTERNAL_BindComputeDescriptorSets(
dynamicOffsetCount,
dynamicOffsets);
commandBuffer->needNewVertexUniformOffsets = false;
commandBuffer->needNewComputeUniformOffsets = false;
}
static void VULKAN_DispatchCompute(