Explorar o código

GPU: Fix uninitialized value in Vulkan command buffer structure

cosmonaut hai 1 mes
pai
achega
fe6b2161bf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/gpu/vulkan/SDL_gpu_vulkan.c

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

@@ -9587,6 +9587,7 @@ static SDL_GPUCommandBuffer *VULKAN_AcquireCommandBuffer(
 
     commandBuffer->autoReleaseFence = true;
 
+    commandBuffer->swapchainRequested = false;
     commandBuffer->isDefrag = 0;
 
     /* Reset the command buffer here to avoid resets being called