HAL::DrawProcessedPrimitive

HAL::DrawProcessedPrimitive
virtual void DrawProcessedPrimitive(Primitive* pprimitive, PrimitiveBatch* pstart, PrimitiveBatch * pend) = 0;
Description

DrawProcessedPrimitive draws a range of pre-cached and pre-processed primitives.

Parameters
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