mat4x4.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "detail/type_mat4x4.hpp"
32 
33 namespace glm
34 {
40  typedef detail::tmat4x4<float, lowp> lowp_mat4;
41 
47  typedef detail::tmat4x4<float, mediump> mediump_mat4;
48 
54  typedef detail::tmat4x4<float, highp> highp_mat4;
55 
61  typedef detail::tmat4x4<float, lowp> lowp_mat4x4;
62 
68  typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
69 
75  typedef detail::tmat4x4<float, highp> highp_mat4x4;
76 
77 }//namespace glm
detail::tmat4x4< float, mediump > mediump_mat4
Definition: type_mat.hpp:322
detail::tmat4x4< float, lowp > lowp_mat4
Definition: type_mat.hpp:315
detail::tmat4x4< float, lowp > lowp_mat4x4
Definition: type_mat.hpp:336
detail::tmat4x4< float, highp > highp_mat4
Definition: type_mat.hpp:329
detail::tmat4x4< float, mediump > mediump_mat4x4
Definition: type_mat.hpp:343
detail::tmat4x4< float, highp > highp_mat4x4
Definition: type_mat.hpp:350


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:41:31