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