6 // The modulus assignment operator '%=' is reserved.
8 // From section 5.8 of the GLSL 1.20 spec:
9 // The assignments modulus into (%=), left shift by (<<=), right shift by
10 // (>>=), inclusive or into ( |=), and exclusive or into ( ^=). These
11 // operators are reserved for future use.