29 #ifndef GLM_MAT4X4_INCLUDED
30 #define GLM_MAT4X4_INCLUDED
32 #include "detail/type_mat4x4.hpp"
41 typedef detail::tmat4x4<float, lowp>
lowp_mat4;
55 typedef detail::tmat4x4<float, highp>
highp_mat4;
80 #endif//GLM_MAT4X4_INCLUDED
detail::tmat4x4< float, highp > highp_mat4x4
4 columns of 4 components matrix of high precision floating-point numbers.
detail::tmat4x4< float, lowp > lowp_mat4
4 columns of 4 components matrix of low precision floating-point numbers.
detail::tmat4x4< float, highp > highp_mat4
4 columns of 4 components matrix of high precision floating-point numbers.
detail::tmat4x4< float, mediump > mediump_mat4x4
4 columns of 4 components matrix of medium precision floating-point numbers.
detail::tmat4x4< float, mediump > mediump_mat4
4 columns of 4 components matrix of medium precision floating-point numbers.
detail::tmat4x4< float, lowp > lowp_mat4x4
4 columns of 4 components matrix of low precision floating-point numbers.