Types


Type Definitions

typedef u16 GXRgb;
typedef u16 GXRgba;
typedef u32 VecVtx10;
typedef u32 VecVtxDiff;

Description

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 into a u32 typedef.
VecVtxDiff Indicates G3_VtxDiff command parameters with a u32 typedef.

Revision History

02/23/2004 Initial version.