GPU/Commands: Difference between revisions
No edit summary |
|||
| Line 66: | Line 66: | ||
| u32 | | u32 | ||
| This is used immediately after CmdID 0x000F011E, with the same input parameter value as CmdID 0x000F011E. | | This is used immediately after CmdID 0x000F011E, with the same input parameter value as CmdID 0x000F011E. | ||
|- | |||
| 0x000F0116 | |||
| u32 | |||
| Unknown, this is used immediately after CmdID 0x000F011D. | |||
|- | |- | ||
| 0x000F0117 | | 0x000F0117 | ||
| Line 73: | Line 77: | ||
| 0x000F011C | | 0x000F011C | ||
| Physical address>>3 | | Physical address>>3 | ||
| Unknown, normally this address is located in VRAM. | | Unknown, normally this address is located in VRAM. This command is used immediately after 0x000F0116. | ||
|- | |- | ||
| 0x000F011D | | 0x000F011D | ||
| Line 81: | Line 85: | ||
| 0x000F011E | | 0x000F011E | ||
| u32 | | u32 | ||
| This sets the width and height for the framebuffer used for rendering. Therefore this is glViewport() with x=0 and y=0. | | This sets the width and height for the framebuffer used for rendering. Therefore this is glViewport() with x=0 and y=0. This is used immediately after CmdID 0x000F011C. | ||
|- | |- | ||
| 0x000F02C0 | | 0x000F02C0 | ||