RwRenderImmediateLine(RwImmediate *imm);
Description
Renders a line based on the information in the immediate mode structure.
Arguments
imm Pointer to an immediate mode structure.
Comments
This function can only be called in the context of an RwImmediateBegin() .. RwImmediateEnd() block, or within an immediate mode callback. Note that the immediate mode structure should be setup initially with a call to RwSetupImmediateLine(). See the section on the immediate mode structure for more details.
See Also