Lines Matching full:precision
36 /// 4 columns of 4 components matrix of low precision floating-point numbers.
37 /// There is no guarantee on the actual precision.
40 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
43 /// 4 columns of 4 components matrix of medium precision floating-point numbers.
44 /// There is no guarantee on the actual precision.
47 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
50 /// 4 columns of 4 components matrix of high precision floating-point numbers.
51 /// There is no guarantee on the actual precision.
54 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
57 /// 4 columns of 4 components matrix of low precision floating-point numbers.
58 /// There is no guarantee on the actual precision.
61 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
64 /// 4 columns of 4 components matrix of medium precision floating-point numbers.
65 /// There is no guarantee on the actual precision.
68 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
71 /// 4 columns of 4 components matrix of high precision floating-point numbers.
72 /// There is no guarantee on the actual precision.
75 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>