GPU/Commands: Difference between revisions
No edit summary |
|||
Line 272: | Line 272: | ||
| First word in the first entry | | First word in the first entry | ||
| A list of entries follow this command. | | A list of entries follow this command. | ||
|- | |||
| 0x000F02CB | |||
| Value 0x0 ? | |||
| This is used immediately before CmdID 0xXXXF02CC. It is used to indicate that shader program data will follow. | |||
|- | |||
| 0xXXXF02CC | |||
| First word of shader program data chunk. | |||
| This command is used to transfer shader program data (as the parameter data). It can be called multiple times in a row if the shader program is too big to fit into a single call. | |||
|- | |||
| 0x000F02BF | |||
| Value 0x1 ? | |||
| This is used immediately after a set of CmdID 0xXXXF02CC. It is used to indicate that shader program data transfer is complete. | |||
|} | |} | ||