Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 233b1d4 + 5922eea commit a3a0502Copy full SHA for a3a0502
1 file changed
en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md
@@ -452,7 +452,7 @@ on the presentation queue. There are two ways to handle images that are
452
accessed from multiple queues:
453
454
* `VK_SHARING_MODE_EXCLUSIVE`: An image is owned by one queue family at a time
455
-and ownership must be explicitly transfered before using it in another queue
+and ownership must be explicitly transferred before using it in another queue
456
family. This option offers the best performance.
457
* `VK_SHARING_MODE_CONCURRENT`: Images can be used across multiple queue
458
families without explicit ownership transfers.
0 commit comments