typedef struct{
GXAttr attr;
GXCompCnt cnt;
GXCompType type;
u8 frac;
} GXVtxAttrFmtList;
A structure that describes the attribute format for one attribute. An array of these structures can be used to describe the format of all attributes in a vertex. Use the attribute GX_VA_NULL to mark the end of the array.
2006/03/01 Initial version.
CONFIDENTIAL