GXVtxAttrFmtList

C Specification

typedef struct {
GXAttr      attr;
GXCompCnt   cnt;
GXCompType  type;
u8          frac;
} GXVtxAttrFmtList;

Description

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.

Functions Using This Structure

GXSetVtxAttrFmtv

Revision History

03/01/2006 Initial version.