mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
GPU: Fix Vulkan compute uniform descriptor not being marked as set (#13389)
This commit is contained in:
parent
ce9c6e40fd
commit
8bd29f7ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -8594,7 +8594,7 @@ static void VULKAN_INTERNAL_BindComputeDescriptorSets(
|
|||
dynamicOffsetCount,
|
||||
dynamicOffsets);
|
||||
|
||||
commandBuffer->needNewVertexUniformOffsets = false;
|
||||
commandBuffer->needNewComputeUniformOffsets = false;
|
||||
}
|
||||
|
||||
static void VULKAN_DispatchCompute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue