Renderable::GetVertexAttributeComponentCount
Defined in:
Returns the number of components used by one of the vertex attribute arrays.
C4Renderable.h
Prototype
int8 GetVertexAttributeComponentCount(int32 index) const;
Parameters
index |
The index of the attribute array. |
Description
See Also