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 203 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 205 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 205 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 195 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 197 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 197 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 199 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 201 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 201 of file type_mat3x4.hpp.