mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +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);
|
CHECK_VULKAN_ERROR_AND_RETURN(vulkanResult, vkCreateSemaphore, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
renderer->vkCreateSemaphore(
|
vulkanResult = renderer->vkCreateSemaphore(
|
||||||
renderer->logicalDevice,
|
renderer->logicalDevice,
|
||||||
&semaphoreCreateInfo,
|
&semaphoreCreateInfo,
|
||||||
NULL,
|
NULL,
|
||||||
|
Reference in New Issue
Block a user