GXEnd

Syntax

#include <revolution/gx.h>

void GXEnd( void );

Arguments

None.

Return Values

None.

Description

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.

See Also

GXBegin

Revision History

2006/03/01 Initial version.


CONFIDENTIAL