![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Represents a single vertex point. More...
#include <Vertex.hpp>
Collaboration diagram for galaxy::Vertex:Public Attributes | |
| glm::vec3 | m_pos |
| Position. | |
| glm::vec2 | m_texels |
| Texture coords (uv). | |
| unsigned int | m_index |
| Uniform data index. | |
Represents a single vertex point.
Definition at line 23 of file Vertex.hpp.
| glm::vec3 galaxy::Vertex::m_pos |
Position.
Definition at line 28 of file Vertex.hpp.
| glm::vec2 galaxy::Vertex::m_texels |
Texture coords (uv).
Definition at line 33 of file Vertex.hpp.
| unsigned int galaxy::Vertex::m_index |
Uniform data index.
Definition at line 38 of file Vertex.hpp.