GXClearVtxDesc

C Specification

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

Arguments

None.

Return Values

None.

Description

This is a convenience function that sets the type of all of the attributes in the current vertex descriptor to GX_NONE. The same functionality can be obtained using GXSetVtxDescv; however GXClearVtxDesc is much more efficient.

See Also

GXSetVtxDescv, GXSetVtxDesc

Revision History

2006/03/01 Initial version.


CONFIDENTIAL