RenderWare V2.1

Previous Page Index Next Page

void

RwImmediateEnd(void);

Description

Stops immediate mode rendering.

Arguments

None.

Comments

This function should be used with RwImmediateBegin(). Any immediate mode rendering should be performed between these two function calls. Note that there should only be immediate mode function calls. That is there should be no calls to RwRenderClump() and RwRenderScene() between RwImmediateBegin() and RwImmediateEnd(). Also note that the function RwRenderImmediateClump() cannot be used between an explicit RwImmediateBegin() and RwImmediateEnd() as there has not been an immediate mode callback of a clump to render.

See Also

RwImmediateBegin()

RwSetupImmediateLine()

RwSetupImmediateTriangle()

RwRenderImmediateTriangle()

RwRenderImmediateLine()

RwRenderImmediateClump()