mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-16 03:15:38 +00:00
Clang-Tidy fixes (#6725)
This commit is contained in:
@@ -894,7 +894,9 @@ static void rerecordCommandBuffer(uint32_t frameIndex, const VkClearColorValue *
|
||||
|
||||
static void destroySwapchainAndSwapchainSpecificStuff(SDL_bool doDestroySwapchain)
|
||||
{
|
||||
vkDeviceWaitIdle(vulkanContext->device);
|
||||
if (vkDeviceWaitIdle != NULL) {
|
||||
vkDeviceWaitIdle(vulkanContext->device);
|
||||
}
|
||||
destroyFences();
|
||||
destroyCommandBuffers();
|
||||
destroyCommandPool();
|
||||
|
||||
Reference in New Issue
Block a user