![]() |
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>
Public Attributes | |
glm::vec2 | m_pos |
Position.. | |
glm::vec2 | m_texels |
Texture coords. | |
Represents a single vertex point.
Definition at line 24 of file Vertex.hpp.
glm::vec2 galaxy::graphics::Vertex::m_pos |
Position..
Definition at line 29 of file Vertex.hpp.
glm::vec2 galaxy::graphics::Vertex::m_texels |
Texture coords.
Definition at line 34 of file Vertex.hpp.