|
Cogs.Core
|
Static Public Member Functions | |
| static VertexFormatHandle | getVertexFormat () |
Public Attributes | |
| glm::vec3 | position |
| glm::vec3 | normal |
| glm::vec2 | tex |
Definition at line 91 of file VertexFormats.h.
|
inlinestatic |
Definition at line 97 of file VertexFormats.h.
| glm::vec3 Cogs::Core::PositionNormalTexVertex::normal |
Definition at line 94 of file VertexFormats.h.
| glm::vec3 Cogs::Core::PositionNormalTexVertex::position |
Definition at line 93 of file VertexFormats.h.
| glm::vec2 Cogs::Core::PositionNormalTexVertex::tex |
Definition at line 95 of file VertexFormats.h.