|
void | GDLoadPosMtxImm (const Mtx mtx, u32 id) |
|
void | GDLoadPosMtxIndx (u16 mtx_indx, u32 id) |
|
void | GDLoadNrmMtxImm (const Mtx mtx, u32 id) |
|
void | GDLoadNrmMtxImm3x3 (const f32 mtx[3][3], u32 id) |
|
void | GDLoadNrmMtxIndx3x3 (u16 mtx_indx, u32 id) |
|
void | GDLoadTexMtxImm (const Mtx mtx, u32 id, GXTexMtxType type) |
|
void | GDLoadTexMtxIndx (u16 mtx_indx, u32 id, GXTexMtxType type) |
|
void | GDSetCurrentMtx (u32 pn, u32 t0, u32 t1, u32 t2, u32 t3, u32 t4, u32 t5, u32 t6, u32 t7) |
|
void | GDSetProjection (const Mtx44 mtx, GXProjectionType type) |
|