Renderable::SetPrimitiveIndexOffset
Defined in:
Sets the offset of the primitive index array.
C4Renderable.h
Prototype
void SetPrimitiveIndexOffset(uint32 offset);
Parameters
offset |
The offset of the first element of the primitive array, in bytes. |
Description
See Also