type_half.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "setup.hpp"
32 
33 namespace glm{
34 namespace detail
35 {
36  typedef short hdata;
37 
38  GLM_FUNC_DECL float toFloat32(hdata value);
39  GLM_FUNC_DECL hdata toFloat16(float const & value);
40 
41 }//namespace detail
42 
44  //typedef detail::hdata half;
45 
46 }//namespace glm
47 
48 #include "type_half.inl"
short hdata
Definition: type_half.hpp:36
GLM_FUNC_DECL hdata toFloat16(float const &value)
GLM_FUNC_DECL float toFloat32(hdata value)
#define GLM_FUNC_DECL
Definition: setup.hpp:728


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Dec 14 2020 03:37:06