Skip to content

Commit 17c2610

Browse files
authored
docs: minor change to swap chain recreation
1 parent 543912f commit 17c2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/04_Swap_chain_recreation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ catch (const vk::SystemError &e)
149149
}
150150
----
151151

152-
Recent versions of the Vulkan CPP header throw exceptions on unsuccessful return codes. To handle exceptions thrown by `vkQueuePresentKHR`, catch `vk::SystemError` and check the error code as shown above.
152+
Recent versions of Vulkan-hpp throw exceptions on unsuccessful return codes. To handle exceptions thrown by `vkQueuePresentKHR`, catch `vk::SystemError` and check the error code as shown above.
153153

154154
== Fixing a deadlock
155155

0 commit comments

Comments
 (0)