virtual void DrawProcessedPrimitive(Primitive* pprimitive, PrimitiveBatch* pstart, PrimitiveBatch * pend);
DrawProcessedPrimitive draws a range of pre-cached and pre-processed primitives.
|
Parameters |
Description |
|
Primitive* pprimitive |
Pointer to the Primitive object for drawing simple shapes. |
|
PrimitiveBatch* pstart |
Pointer to the beginning of the PrimitiveBatch. |
|
PrimitiveBatch * pend |
Pointer to the end of the PrimitiveBatch. |