Back to Mame

0.9.8: type_half.hpp Source File

3rdparty/glm/doc/api/a00112_source.html

latest1.0 KB
Original Source

| | 0.9.8 |

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 {

11typedef 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"

glm

Definition: _noise.hpp:11

setup.hpp

GLM Core


Generated by 1.8.10