Changes

Jump to navigation Jump to search
27 bytes removed ,  03:17, 13 December 2014
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)&1 = !b_i) value (b0 = False => val&1 == 1)
+
| Used to set the 16 vertex shader boolean uniforms. (b_i = (val>>i)&1)
 
|-
 
|-
 
| 0x02B1
 
| 0x02B1
549

edits

Navigation menu