Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.15k stars 516 forks source link

fixed typo #257

Closed QBouts closed 2 years ago

Overv commented 2 years ago

Nah, that word should definitely be vector.

QBouts commented 2 years ago

I started typing an explanation as to why it should be vertex, but then I realized my mistake. I was thinking that the Vertex datastructure can be mapped to shader vectors because the memory layout of the glm vecs is the same. But that's not what you were trying to say with that sentence. You were actually pointing out the similarity between glm::vec and the shader vecx types. My bad!