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.
1 parent 4a15b22 commit 1906fe6Copy full SHA for 1906fe6
1 file changed
en/05_Uniform_buffers/01_Descriptor_pool_and_sets.md
@@ -253,8 +253,8 @@ chapter.
253
254
If you run your program now, then you'll notice that unfortunately nothing is
255
visible. The problem is that because of the Y-flip we did in the projection
256
-matrix, the vertices are now being drawn in clockwise order instead of
257
-counter-clockwise order. This causes backface culling to kick in and prevents
+matrix, the vertices are now being drawn in counter-clockwise order instead of
+clockwise order. This causes backface culling to kick in and prevents
258
any geometry from being drawn. Go to the `createGraphicsPipeline` function and
259
modify the `frontFace` in `VkPipelineRasterizationStateCreateInfo` to correct
260
this:
0 commit comments