Преглед изворни кода

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

Acclution пре 2 месеци
родитељ
комит
8bd29f7ca3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/gpu/vulkan/SDL_gpu_vulkan.c

+ 1 - 1
src/gpu/vulkan/SDL_gpu_vulkan.c

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