GPU/Commands: Difference between revisions
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
| First word in parameter structure | | First word in parameter structure | ||
| ? | | ? | ||
|- | |||
| 0x0002025E | |||
| u32, val<<8. Val3 = GL_TRIANGLES, val5 = GL_TRIANGLE_STRIP, val6 = GL_TRIANGLE_FAN. Val0 and val4 are unknown, these seem to have the same effect. | |||
| This sets the GL rendering mode. | |||
|- | |- | ||
| 0x000F0068 | | 0x000F0068 | ||
Line 114: | Line 118: | ||
|- | |- | ||
| 0x000F0228 | | 0x000F0228 | ||
| u32 total | | u32 total elements in the array to use for rendering. | ||
| This command is used immediately after CmdID 0x000F0227. | | This command is used immediately after CmdID 0x000F0227. | ||
|- | |- |