Go to the source code of this file.
|
| 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) |
| |
◆ GDLoadNrmMtxImm()
| void GDLoadNrmMtxImm |
( |
const Mtx | mtx, |
|
|
u32 | id ) |
◆ GDLoadNrmMtxImm3x3()
| void GDLoadNrmMtxImm3x3 |
( |
const f32 | mtx[3][3], |
|
|
u32 | id ) |
◆ GDLoadNrmMtxIndx3x3()
| void GDLoadNrmMtxIndx3x3 |
( |
u16 | mtx_indx, |
|
|
u32 | id ) |
◆ GDLoadPosMtxImm()
| void GDLoadPosMtxImm |
( |
const Mtx | mtx, |
|
|
u32 | id ) |
◆ GDLoadPosMtxIndx()
| void GDLoadPosMtxIndx |
( |
u16 | mtx_indx, |
|
|
u32 | id ) |
◆ GDLoadTexMtxImm()
◆ GDLoadTexMtxIndx()
◆ GDSetCurrentMtx()
◆ GDSetProjection()