#include <revolution/gx.h> void GXEnd( void );
None.
None.
This function ends the rendering 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 the GXBegin and GXEnd functions. Each GXBegin must have a corresponding GXEnd.
2006/03/01 Initial version.
CONFIDENTIAL