|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| Vertex () | |
| Vertex (Vec2 pos, Vec2 texcoords, int layer, float texID) | |
Public Attributes | |
| Vec2 | position |
| Vec2 | texcoords |
| int | layer |
| float | texID |
Definition at line 28 of file structs.hpp.
| Vertex::Vertex | ( | ) |
Definition at line 22 of file structs.cpp.
Definition at line 23 of file structs.cpp.
| int Vertex::layer |
Definition at line 31 of file structs.hpp.
| Vec2 Vertex::position |
Definition at line 29 of file structs.hpp.
| Vec2 Vertex::texcoords |
Definition at line 30 of file structs.hpp.
| float Vertex::texID |
Definition at line 32 of file structs.hpp.