Renderable::GetComponentCount
Defined in: C4Renderable.h
Returns the number of components used by one of the vertex attribute arrays.
Prototype
char GetComponentCount(long index) const;
Parameters
index |
The index of the attribute array.
|
Description
See Also
Renderable::GetAttributeArray
Renderable::SetAttributeArray
|