typedef struct{
GXAttr attr;
GXAttrType type;
} GXVtxDescList;
This structure describes how a single attribute will be referenced. An array of these structures can be used to describe all the attributes in a vertex. The attribute GX_VA_NULL marks the end of the array.
2006/03/01 Initial version.
CONFIDENTIAL