Fixed typos
This commit is contained in:
parent
5539991ca5
commit
78f9881ebf
18 changed files with 28 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue