Developer Documentation
|
Public Member Functions | |
void | getElementData (int _idx, void *_dst, const VertexElement *_desc) const |
read a vertex element | |
Public Attributes | |
char * | internalBuf |
mem alloc if attribute buffer managed by this class | |
const char * | data |
int | count |
elements in buffer | |
int | stride |
offset in bytes from one element to the next | |
int | attrSize |
size in bytes of one attribute | |
GLuint | fmt |
element data format | |
int | elementSize |
number of ints/floats/bytes per element | |
Definition at line 742 of file MeshCompiler.hh.
const char* ACG::MeshCompiler::VertexElementInput::data |
address to data input, will not be released by MeshCompiler
Definition at line 753 of file MeshCompiler.hh.