C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

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