#include <revolution/gx.h> void GXSetVtxDescv( const GXVtxDescList* attr_list );
| 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. |
|---|
None.
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.
GXVtxDescList, GXClearVtxDesc, GXSetVtxDesc
2006/03/01 Initial version.
CONFIDENTIAL