mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
GPU: Fix uninitialized value in Vulkan command buffer structure
This commit is contained in:
parent
6981522cd6
commit
fe6b2161bf
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue