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 892bc17 + 6cd71f0 commit 48b432bCopy full SHA for 48b432b
1 file changed
03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md
@@ -274,7 +274,7 @@ because it represents the actual conditions for showing images to the screen.
274
There are four possible modes available in Vulkan:
275
276
* `VK_PRESENT_MODE_IMMEDIATE_KHR`: Images submitted by your application are
277
-* transferred to the screen right away, which may result in tearing.
+transferred to the screen right away, which may result in tearing.
278
* `VK_PRESENT_MODE_FIFO_KHR`: The swap chain is a queue where the display takes
279
an image from the front of the queue on a vertical blank and the program inserts
280
rendered images at the back of the queue. If the queue is full then the program
0 commit comments