#include <GteVertexAttribute.h>
Public Member Functions | |
VertexAttribute () | |
VertexAttribute (std::string const &inSemantic, void *inSource, size_t inStride) | |
Public Attributes | |
std::string | semantic |
void * | source |
size_t | stride |
Definition at line 16 of file GteVertexAttribute.h.
|
inline |
Definition at line 40 of file GteVertexAttribute.h.
|
inline |
Definition at line 48 of file GteVertexAttribute.h.
std::string gte::VertexAttribute::semantic |
Definition at line 35 of file GteVertexAttribute.h.
void* gte::VertexAttribute::source |
Definition at line 36 of file GteVertexAttribute.h.
size_t gte::VertexAttribute::stride |
Definition at line 37 of file GteVertexAttribute.h.