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

Skip to content

Commit 48b432b

Browse files
authored
Merge pull request #33 from spxtr/extrabullet
Remove extra bullet
2 parents 892bc17 + 6cd71f0 commit 48b432b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ because it represents the actual conditions for showing images to the screen.
274274
There are four possible modes available in Vulkan:
275275
276276
* `VK_PRESENT_MODE_IMMEDIATE_KHR`: Images submitted by your application are
277-
* transferred to the screen right away, which may result in tearing.
277+
transferred to the screen right away, which may result in tearing.
278278
* `VK_PRESENT_MODE_FIFO_KHR`: The swap chain is a queue where the display takes
279279
an image from the front of the queue on a vertical blank and the program inserts
280280
rendered images at the back of the queue. If the queue is full then the program

0 commit comments

Comments
 (0)