GXSetVtxDescv

C Specification

#include <revolution/gx.h>
void GXSetVtxDescv( const GXVtxDescList* attr_list );

Arguments

attr_list Pointer to an array of GXVtxDescList structures (a list of {attr, type} pairs). Terminate the array by using GX_VA_NULL as the name of the last attribute in the array.

Return Values

None.

Description

This function allows an application to set the type of multiple attributes. This function is used to set multiple attributes (e.g., during initialization of geometry).

GX_MAX_VTXDESCLIST_SZ can be used to allocate memory for attr_list.

See Also

GXVtxDescList
GXClearVtxDesc
GXSetVtxDesc

Revision History

2006/03/01 Initial version.


CONFIDENTIAL