GLM
0.9.5
Main Page
Related Pages
Modules
Namespaces
Files
File List
Users
Groove
Documents
GitHub
glm
glm
detail
type_half.hpp
1
29
#ifndef glm_core_type_half
30
#define glm_core_type_half
31
32
#include "setup.hpp"
33
34
namespace
glm{
35
namespace
detail
36
{
37
typedef
short
hdata;
38
39
GLM_FUNC_DECL
float
toFloat32(hdata value);
40
GLM_FUNC_DECL hdata toFloat16(
float
const
& value);
41
42
}
//namespace detail
43
45
//typedef detail::hdata half;
46
47
}
//namespace glm
48
49
#include "type_half.inl"
50
51
#endif//glm_core_type_half
Generated by
1.8.5