Fixed typos

This commit is contained in:
Sascha Willems 2020-08-08 18:22:10 +02:00
parent 5539991ca5
commit 78f9881ebf
18 changed files with 28 additions and 28 deletions

View file

@ -86,7 +86,7 @@ public:
struct Particle {
glm::vec2 pos; // Particle position
glm::vec2 vel; // Particle velocity
glm::vec4 gradientPos; // Texture coordiantes for the gradient ramp map
glm::vec4 gradientPos; // Texture coordinates for the gradient ramp map
};
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)