0.9.9 API documenation
home
guus
scratch
glm
glm-0.9.9~a2
glm
detail
type_half.hpp
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
setup.hpp
"
7
8
namespace
glm
{
9
namespace
detail
10
{
11
typedef
short
hdata;
12
13
GLM_FUNC_DECL
float
toFloat32(hdata value);
14
GLM_FUNC_DECL hdata toFloat16(
float
const
& value);
15
16
}
//namespace detail
17
}
//namespace glm
18
19
#include "type_half.inl"
setup.hpp
Core features
glm
Definition:
common.hpp:20
Generated by
1.8.13