C4 Engine
C4 Engine API Documentation

Renderable::SetPrimitiveIndexOffset

Defined in:  C4Renderable.h
Sets the offset of the primitive index array.
Prototype

void SetPrimitiveIndexOffset(uint32 offset);

Parameters
offset The offset of the first element of the primitive array, in bytes.
Description


See Also

Renderable::GetPrimitiveCount

Renderable::SetPrimitiveCount