Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#include <mesh.h>
Public Attributes | |
glm::vec2 | position |
glm::vec2 | tex_coord |
glm::vec4 | color |
Vertex struct.
glm::vec4 Vertex::color |
glm::vec2 Vertex::position |
glm::vec2 Vertex::tex_coord |