Cogs.Core
|
Static Public Member Functions | |
static VertexFormatHandle | getVertexFormat () |
Public Attributes | |
uint64_t | position |
struct { | |
int8_t x | |
int8_t y | |
int8_t z | |
int8_t w | |
} | normal |
glm::vec2 | tex |
Definition at line 122 of file VertexFormats.h.
|
inlinestatic |
Definition at line 131 of file VertexFormats.h.
uint64_t Cogs::Core::Pos4hNorm8Tex2f::position |
Definition at line 124 of file VertexFormats.h.
glm::vec2 Cogs::Core::Pos4hNorm8Tex2f::tex |
Definition at line 129 of file VertexFormats.h.
int8_t Cogs::Core::Pos4hNorm8Tex2f::w |
Definition at line 127 of file VertexFormats.h.
int8_t Cogs::Core::Pos4hNorm8Tex2f::x |
Definition at line 127 of file VertexFormats.h.
int8_t Cogs::Core::Pos4hNorm8Tex2f::y |
Definition at line 127 of file VertexFormats.h.
int8_t Cogs::Core::Pos4hNorm8Tex2f::z |
Definition at line 127 of file VertexFormats.h.