GPU/Shader Instruction Set: Difference between revisions
mNo edit summary |
NOP, END |
||
Line 433: | Line 433: | ||
|- | |- | ||
| 0x21 | | 0x21 | ||
| | | 0 | ||
| | | NOP | ||
| | | Does litterally nothing. | ||
|- | |- | ||
| 0x22 | | 0x22 | ||
| | | 0 | ||
| | | END | ||
| | | Signals the shader unit that processing for this vertex/primitive is done. | ||
|- | |- | ||
| 0x23 | | 0x23 |