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.
03/01/2006 Initial version.