GPU/Commands: Difference between revisions
gpu cmdbuf size alignment |
bools are set directly. |
||
Line 318: | Line 318: | ||
| 0x02B0 | | 0x02B0 | ||
| u32, value is <nowiki>0x7FFF0000 | val</nowiki>. | | u32, value is <nowiki>0x7FFF0000 | val</nowiki>. | ||
| Used to set vertex shader boolean uniforms. ((val>>i)& | | Used to set the 16 vertex shader boolean uniforms. (b_i = (val>>i)&1) | ||
|- | |- | ||
| 0x02B1 | | 0x02B1 |