Skip to content

Commit a551c2a

Browse files
999pingGGslouken
authored andcommitted
Fix Vulkan error check
1 parent 5985f0a commit a551c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpu/vulkan/SDL_gpu_vulkan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4735,7 +4735,7 @@ static Uint32 VULKAN_INTERNAL_CreateSwapchain(
47354735
CHECK_VULKAN_ERROR_AND_RETURN(vulkanResult, vkCreateSemaphore, false);
47364736
}
47374737

4738-
renderer->vkCreateSemaphore(
4738+
vulkanResult = renderer->vkCreateSemaphore(
47394739
renderer->logicalDevice,
47404740
&semaphoreCreateInfo,
47414741
NULL,

0 commit comments

Comments
 (0)