type_half.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 #pragma once
00030 
00031 #include "setup.hpp"
00032 
00033 namespace glm{
00034 namespace detail
00035 {
00036         typedef short hdata;
00037 
00038         GLM_FUNC_DECL float toFloat32(hdata value);
00039         GLM_FUNC_DECL hdata toFloat16(float const & value);
00040 
00041 }//namespace detail
00042 
00044         //typedef detail::hdata         half;
00045                 
00046 }//namespace glm
00047 
00048 #include "type_half.inl"


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:27