RwRenderImmediateTriangle(RwImmediate *imm);
Description
Renders a triangle based on the information in the immediate mode structure.
Arguments
imm Pointer to an immediate mode structure
Comments
A call to this function can only occur within an RwImmediateBegin() .. RwImmediateEnd() block, or within an immediate mode callback. Note that the immediate mode structure used should be set up initially with a call to RwSetupImmediateTriangle(). See the section on the immediate mode structure for more details.
See Also