#include <Vertex.hpp>
The vertex structure suitable for a 2D shader. More...
The vertex structure suitable for a 2D shader.
Definition at line 13 of file Vertex.hpp.
Static Public Member Functions | |
static void | Bind () |
Public Attributes | |
glm::vec2 | space_position = {0.f, 0.f} |
glm::vec2 | texture_position = {0.f, 0.f} |
|
static |
Definition at line 12 of file Vertex.cpp.
glm::vec2 smk::Vertex2D::space_position = {0.f, 0.f} |
Definition at line 14 of file Vertex.hpp.
glm::vec2 smk::Vertex2D::texture_position = {0.f, 0.f} |
Definition at line 15 of file Vertex.hpp.