|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| LineVertex () | |
| LineVertex (Vec2 pos, Vec4 color, int layer) | |
Public Attributes | |
| Vec2 | pos |
| Vec4 | color |
| int | layer |
Definition at line 38 of file structs.hpp.
| LineVertex::LineVertex | ( | ) |
Definition at line 16 of file structs.cpp.
Definition at line 17 of file structs.cpp.
| Vec4 LineVertex::color |
Definition at line 40 of file structs.hpp.
| int LineVertex::layer |
Definition at line 41 of file structs.hpp.
| Vec2 LineVertex::pos |
Definition at line 39 of file structs.hpp.