< Namespace for precision stuff. More...
< Namespace for precision stuff.
typedef detail::tmat2x4<highp_float> highp_mat2x4 |
2 columns of 4 components matrix of high precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 215 of file type_mat2x4.hpp.
typedef detail::tmat3x2<highp_float> highp_mat3x2 |
3 columns of 2 components matrix of high precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 221 of file type_mat3x2.hpp.
typedef detail::tmat3x4<highp_float> highp_mat3x4 |
3 columns of 4 components matrix of high precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 221 of file type_mat3x4.hpp.
typedef detail::tmat2x4<lowp_float> lowp_mat2x4 |
2 columns of 4 components matrix of low precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 207 of file type_mat2x4.hpp.
typedef detail::tmat3x2<lowp_float> lowp_mat3x2 |
3 columns of 2 components matrix of low precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 213 of file type_mat3x2.hpp.
typedef detail::tmat3x4<lowp_float> lowp_mat3x4 |
3 columns of 4 components matrix of low precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 213 of file type_mat3x4.hpp.
typedef detail::tmat2x4<mediump_float> mediump_mat2x4 |
2 columns of 4 components matrix of medium precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 211 of file type_mat2x4.hpp.
typedef detail::tmat3x2<mediump_float> mediump_mat3x2 |
3 columns of 2 components matrix of medium precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 217 of file type_mat3x2.hpp.
typedef detail::tmat3x4<mediump_float> mediump_mat3x4 |
3 columns of 4 components matrix of medium precision floating-point numbers.
There is no guarantee on the actual precision. (From GLSL 1.30.8 specification, section 4.1.6 Matrices and section 4.5 Precision and Precision Qualifiers)
Definition at line 217 of file type_mat3x4.hpp.