7 // From section 4.5.4 ("Default Precision Qualifiers") of the GLSL ES
10 // "The fragment language has no default precision qualifier for
11 // floating point types. Hence for float, floating point vector
12 // and matrix variable declarations, either the declaration must
13 // include a precision qualifier or the default float precision
14 // must have been previously declared."