Drawable::SetPrimitiveRange
Defined in:
Sets the starting index and the number of primitives belonging to a drawable.
C4Renderable.h
Prototype
void SetPrimitiveRange(int32 start, int32 count);
Parameters
start |
The primitive index at which the drawable begins. |
count |
The number of primitives in the drawable. |
Description
See Also