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 8843f33 + 7844b33 commit 79bf1ceCopy full SHA for 79bf1ce
1 file changed
en/03_Drawing_a_triangle/00_Setup/00_Base_code.md
@@ -101,7 +101,7 @@ this parameter in the tutorial and always pass `nullptr` as argument.
101
102
## Integrating GLFW
103
104
-Vulkan works perfectly fine without a creating a window if you want to use it
+Vulkan works perfectly fine without creating a window if you want to use it for
105
off-screen rendering, but it's a lot more exciting to actually show something!
106
First replace the `#include <vulkan/vulkan.h>` line with
107
0 commit comments