GXEnd

C Specification

#include <revolution/gx.h>
void GXEnd( void );

Arguments

None.

Return Values

None.

Description

This function ends the drawing of a graphics primitive. In non-debug versions of the GX library, this function is a null inline function. In debug versions of the library, it can be used to flag certain errors, such as when non-vertex GX calls are made between GXBegin and GXEnd. Each GXBegin must have a corresponding GXEnd.

See Also

GXBegin

Revision History

03/01/2006 Initial version.