mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 11:57:24 +08:00
GPU: Fix Vulkan compute uniform descriptor not being marked as set (#13389)
(cherry picked from commit 8bd29f7ca3)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user