29 #ifndef GLM_MAT2X2_INCLUDED 
   30 #define GLM_MAT2X2_INCLUDED 
   32 #include "detail/type_mat2x2.hpp" 
   41         typedef detail::tmat2x2<float, lowp>            
lowp_mat2;
 
   55         typedef detail::tmat2x2<float, highp>           
highp_mat2;
 
   80 #endif//GLM_MAT2X2_INCLUDED 
detail::tmat2x2< float, highp > highp_mat2
2 columns of 2 components matrix of high precision floating-point numbers. 
detail::tmat2x2< float, mediump > mediump_mat2
2 columns of 2 components matrix of medium precision floating-point numbers. 
detail::tmat2x2< float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low precision floating-point numbers. 
detail::tmat2x2< float, lowp > lowp_mat2
2 columns of 2 components matrix of low precision floating-point numbers. 
detail::tmat2x2< float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium precision floating-point numbers. 
detail::tmat2x2< float, highp > highp_mat2x2
2 columns of 2 components matrix of high precision floating-point numbers.