GSP Shared Memory: Difference between revisions

Line 162: Line 162:
|-
|-
| 1
| 1
| VRAM framebuffer address
| Input framebuffer address
|-
|-
| 2
| 2
Line 168: Line 168:
|-
|-
| 3
| 3
| VRAM framebuffer [[GPU|dimensions]]
| Input framebuffer [[GPU|dimensions]]
|-
|-
| 4
| 4
Line 180: Line 180:
|}
|}


This command converts the specified addresses to physical addresses, then writes these physical addresses and parameters to the [[GPU]] registers at 0x1EF00C00. This command writes the rendered framebuffer data from the VRAM framebuffer address to the specified output framebuffer.
This command converts the specified addresses to physical addresses, then writes these physical addresses and parameters to the [[GPU]] registers at 0x1EF00C00. This command writes the rendered framebuffer data from the input framebuffer address to the specified output framebuffer. The input framebuffer is normally located in VRAM.


==GX Command 4==
==GX Command 4==