

| GXRgb | Holds 5 bits each of rgb information in a u16 typedef. |
| GXRgba | Holds 5 bits each of rgb and 1 bit of α information in a u16 typedef. |
| VecVtx10 | s3.6-format 3-dimensional vector packed intp a u32 typedef. |
| VecVtxDiff | Indicates the G3_VtxDiff function parameters using the u32 typedef. |
typedef u16 GXRgb;
typedef u16 GXRgba;
typedef u32 VecVtx10;
typedef u32 VecVtxDiff;
2004/02/23 Initial version.
CONFIDENTIAL