mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fix Vulkan error check
This commit is contained in:

committed by
Sam Lantinga

parent
5985f0a327
commit
a551c2a6d7
@@ -4735,7 +4735,7 @@ static Uint32 VULKAN_INTERNAL_CreateSwapchain(
|
||||
CHECK_VULKAN_ERROR_AND_RETURN(vulkanResult, vkCreateSemaphore, false);
|
||||
}
|
||||
|
||||
renderer->vkCreateSemaphore(
|
||||
vulkanResult = renderer->vkCreateSemaphore(
|
||||
renderer->logicalDevice,
|
||||
&semaphoreCreateInfo,
|
||||
NULL,
|
||||
|
Reference in New Issue
Block a user