mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 15:24:34 +00:00
Remove stray semicolon
This commit is contained in:
parent
05683f6b6b
commit
f422497cca
@ -1753,7 +1753,7 @@ detail::Result<Swapchain> SwapchainBuilder::build() const {
|
||||
detail::vulkan_functions().get_device_proc_addr(info.device, swapchain_create_proc, "vkCreateSwapchainKHR");
|
||||
auto res = swapchain_create_proc(
|
||||
info.device, &swapchain_create_info, info.allocation_callbacks, &swapchain.swapchain);
|
||||
;
|
||||
|
||||
if (res != VK_SUCCESS) {
|
||||
return detail::Error{ SwapchainError::failed_create_swapchain, res };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user