#include <revolution/gx.h>
void GXEnd( void );
None.
None.
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.
03/01/2006 Initial version.