---------------------------
Fragment shader compile error
---------------------------
ERROR: 0:242: ':' : wrong operand types no operation ':' exists that takes a left-hand operand of type 'const float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:242: '=' : cannot convert from 'const int' to 'float'
ERROR: 0:243: ':' : wrong operand types no operation ':' exists that takes a left-hand operand of type 'const float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:243: '=' : cannot convert from 'const int' to 'float'
ERROR: 4 compilation errors. No code generated.