Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3a0502

Browse files
authored
Merge pull request #190 from ericoporto/patch-1
fix typo in 01_Swap_chain.md
2 parents 233b1d4 + 5922eea commit a3a0502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ on the presentation queue. There are two ways to handle images that are
452452
accessed from multiple queues:
453453

454454
* `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
455+
and ownership must be explicitly transferred before using it in another queue
456456
family. This option offers the best performance.
457457
* `VK_SHARING_MODE_CONCURRENT`: Images can be used across multiple queue
458458
families without explicit ownership transfers.

0 commit comments

Comments
 (0)