#include <revolution/gx.h> void GXSetClipMode( GXClipMode mode );
| mode | Clip mode. Accepted values are: GX_CLIP_ENABLE, GX_CLIP_DISABLE |
|---|
None.
This function enables or disables clipping of geometry. This may help performance issues that occur when objects are far-clipped. However, any near-clipped objects will be rendered incorrectly.
The GXInit function sets the mode to GX_CLIP_ENABLE.
None.
2006/03/01 Initial version.
CONFIDENTIAL