Renderable::GetAttributeArray
Defined in: C4Renderable.h
Returns one of the vertex attribute arrays.
Prototype
const float *GetAttributeArray(long index) const;
template <typename type> const type *GetAttributeArray(long index) const;
Parameters
index |
The index of the attribute array.
|
Description
See Also
Renderable::SetAttributeArray
Renderable::GetComponentCount
|