Home | History | Annotate | Download | only in glm

Lines Matching full:precision

36 	/// 2 columns of 2 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 /// 2 columns of 2 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 /// 2 columns of 2 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 /// 2 columns of 2 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 /// 2 columns of 2 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 /// 2 columns of 2 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>