File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ in the specification itself. You are encouraged to submit feedback to
7575As mentioned before, the Vulkan API has a rather verbose API with many
7676parameters to give you maximum control over the graphics hardware. This causes
7777basic operations like creating a texture to take a lot of steps that have to be
78- repeated every time. Therefore we'll creating our own collection of helper
78+ repeated every time. Therefore we'll be creating our own collection of helper
7979functions throughout the tutorial.
8080
8181Every chapter will also conclude with a link to the full code listing up to that
@@ -101,7 +101,7 @@ lot of steps until the first geometry shows up on the screen. There are many of
101101these initial steps in Vulkan, but you'll see that each of the individual steps
102102is easy to understand and does not feel redundant. It's also important to keep
103103in mind that once you have that boring looking triangle, drawing fully textured
104- 3D models does not take that much extra work and each individual step, and each
105- step beyond that point is much more rewarding.
104+ 3D models does not take that much extra work, and each step beyond that point is
105+ much more rewarding.
106106
107107Ready to dive into the future of high performance graphics APIs? [ Let's go!] ( !Overview )
You can’t perform that action at this time.
0 commit comments