C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

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