|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| PointVertex () | |
| PointVertex (Vec2 pos, Vec4 color, float border, int layer) | |
Public Attributes | |
| Vec2 | pos |
| Vec4 | color |
| float | border |
| int | layer |
Definition at line 47 of file structs.hpp.
| PointVertex::PointVertex | ( | ) |
Definition at line 19 of file structs.cpp.
Definition at line 20 of file structs.cpp.
| float PointVertex::border |
Definition at line 50 of file structs.hpp.
| Vec4 PointVertex::color |
Definition at line 49 of file structs.hpp.
| int PointVertex::layer |
Definition at line 51 of file structs.hpp.
| Vec2 PointVertex::pos |
Definition at line 48 of file structs.hpp.