|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
Go to the source code of this file.
Variables | |
| constexpr int8_t | F3DEX2_G_NOOP = OPCODE(0x00) |
| constexpr int8_t | F3DEX2_G_RDPHALF_2 = OPCODE(0xf1) |
| constexpr int8_t | F3DEX2_G_SETOTHERMODE_H = OPCODE(0xe3) |
| constexpr int8_t | F3DEX2_G_SETOTHERMODE_L = OPCODE(0xe2) |
| constexpr int8_t | F3DEX2_G_RDPHALF_1 = OPCODE(0xe1) |
| constexpr int8_t | F3DEX2_G_SPNOOP = OPCODE(0xe0) |
| constexpr int8_t | F3DEX2_G_ENDDL = OPCODE(0xdf) |
| constexpr int8_t | F3DEX2_G_DL = OPCODE(0xde) |
| constexpr int8_t | F3DEX2_G_LOAD_UCODE = OPCODE(0xdd) |
| constexpr int8_t | F3DEX2_G_MOVEMEM = OPCODE(0xdc) |
| constexpr int8_t | F3DEX2_G_MOVEWORD = OPCODE(0xdb) |
| constexpr int8_t | F3DEX2_G_MTX = OPCODE(0xda) |
| constexpr int8_t | F3DEX2_G_GEOMETRYMODE = OPCODE(0xd9) |
| constexpr int8_t | F3DEX2_G_POPMTX = OPCODE(0xd8) |
| constexpr int8_t | F3DEX2_G_TEXTURE = OPCODE(0xd7) |
| constexpr int8_t | F3DEX2_G_DMA_IO = OPCODE(0xd6) |
| constexpr int8_t | F3DEX2_G_SPECIAL_1 = OPCODE(0xd5) |
| constexpr int8_t | F3DEX2_G_SPECIAL_2 = OPCODE(0xd4) |
| constexpr int8_t | F3DEX2_G_SPECIAL_3 = OPCODE(0xd3) |
| constexpr int8_t | F3DEX2_G_VTX = OPCODE(0x01) |
| constexpr int8_t | F3DEX2_G_MODIFYVTX = OPCODE(0x02) |
| constexpr int8_t | F3DEX2_G_CULLDL = OPCODE(0x03) |
| constexpr int8_t | F3DEX2_G_BRANCH_Z = OPCODE(0x04) |
| constexpr int8_t | F3DEX2_G_TRI1 = OPCODE(0x05) |
| constexpr int8_t | F3DEX2_G_TRI2 = OPCODE(0x06) |
| constexpr int8_t | F3DEX2_G_QUAD = OPCODE(0x07) |
| constexpr int8_t | F3DEX2_G_LINE3D = OPCODE(0x08) |
| constexpr int8_t | F3DEX2_G_MTX_MODELVIEW = OPCODE(0x00) |
| constexpr int8_t | F3DEX2_G_MTX_PROJECTION = OPCODE(0x04) |
| constexpr int8_t | F3DEX2_G_MTX_MUL = OPCODE(0x00) |
| constexpr int8_t | F3DEX2_G_MTX_LOAD = OPCODE(0x02) |
| constexpr int8_t | F3DEX2_G_MTX_NOPUSH = OPCODE(0x00) |
| constexpr int8_t | F3DEX2_G_MTX_PUSH = OPCODE(0x01) |
| constexpr uint32_t | F3DEX2_G_CLIPPING = 0x00800000 |
| constexpr uint32_t | F3DEX2_G_TEXTURE_ENABLE = 0x00000000 |
| constexpr uint32_t | F3DEX2_G_SHADING_SMOOTH = 0x00200000 |
| constexpr uint32_t | F3DEX2_G_CULL_FRONT = 0x00000200 |
| constexpr uint32_t | F3DEX2_G_CULL_BACK = 0x00000400 |
| constexpr uint32_t | F3DEX2_G_CULL_BOTH = 0x00000600 |
| constexpr int8_t | F3DEX2_G_MV_MMTX = OPCODE(2) |
| constexpr int8_t | F3DEX2_G_MV_PMTX = OPCODE(6) |
| constexpr int8_t | F3DEX2_G_MV_VIEWPORT = OPCODE(8) |
| constexpr int8_t | F3DEX2_G_MV_LIGHT = OPCODE(10) |
| constexpr int8_t | F3DEX2_G_MV_POINT = OPCODE(12) |
| constexpr int8_t | F3DEX2_G_MV_MATRIX = OPCODE(14) |
| constexpr int8_t | F3DEX2_G_MVO_LOOKATX = OPCODE(0 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_LOOKATY = OPCODE(1 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L0 = OPCODE(2 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L1 = OPCODE(3 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L2 = OPCODE(4 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L3 = OPCODE(5 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L4 = OPCODE(6 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L5 = OPCODE(7 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L6 = OPCODE(8 * 24) |
| constexpr int8_t | F3DEX2_G_MVO_L7 = OPCODE(9 * 24) |
| constexpr int8_t | F3DEX2_G_MW_FORCEMTX = 0x0c |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_2 = OPCODE(0x18) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_2 = OPCODE(0x1c) |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_3 = OPCODE(0x30) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_3 = OPCODE(0x34) |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_4 = OPCODE(0x48) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_4 = OPCODE(0x4c) |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_5 = OPCODE(0x60) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_5 = OPCODE(0x64) |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_6 = OPCODE(0x78) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_6 = OPCODE(0x7c) |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_7 = OPCODE(0x90) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_7 = OPCODE(0x94) |
| constexpr int8_t | F3DEX2_G_MWO_aLIGHT_8 = OPCODE(0xa8) |
| constexpr int8_t | F3DEX2_G_MWO_bLIGHT_8 = OPCODE(0xac) |
| constexpr int8_t | F3DEX2_G_OBJ_RECTANGLE_R = OPCODE(0xda) |
| constexpr int8_t | F3DEX2_G_OBJ_MOVEMEM = OPCODE(0xdc) |
| constexpr int8_t | F3DEX2_G_RDPHALF_0 = OPCODE(0xe4) |
| constexpr int8_t | F3DEX2_G_OBJ_RECTANGLE = OPCODE(0x01) |
| constexpr int8_t | F3DEX2_G_OBJ_SPRITE = OPCODE(0x02) |
| constexpr int8_t | F3DEX2_G_SELECT_DL = OPCODE(0x04) |
| constexpr int8_t | F3DEX2_G_OBJ_LOADTXTR = OPCODE(0x05) |
| constexpr int8_t | F3DEX2_G_OBJ_LDTX_SPRITE = OPCODE(0x06) |
| constexpr int8_t | F3DEX2_G_OBJ_LDTX_RECT = OPCODE(0x07) |
| constexpr int8_t | F3DEX2_G_OBJ_LDTX_RECT_R = OPCODE(0x08) |
| constexpr int8_t | F3DEX2_G_BG_1CYC = OPCODE(0x09) |
| constexpr int8_t | F3DEX2_G_BG_COPY = OPCODE(0x0a) |
| constexpr int8_t | F3DEX2_G_OBJ_RENDERMODE = OPCODE(0x0b) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |