Back to Mame

0.9.8: raw_data.hpp Source File

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

latest2.2 KB
Original Source

| | 0.9.8 |

raw_data.hpp

Go to the documentation of this file.

1

13 #pragma once

14

15 // Dependencies

16 #include "../detail/setup.hpp"

17 #include "../detail/type_int.hpp"

18

19 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)

20 # pragma message("GLM: GLM_GTX_raw_data extension included")

21 #endif

22

23 namespace glm

24 {

27

30typedef detail::uint8 byte;

31

34typedef detail::uint16 word;

35

38typedef detail::uint32 dword;

39

42typedef detail::uint64 qword;

43

45 }// namespace glm

46

47 #include "raw_data.inl"

glm::qword

detail::uint64 qword

Type for qword numbers.

Definition: raw_data.hpp:42

glm

Definition: _noise.hpp:11

glm::byte

detail::uint8 byte

Type for byte numbers.

Definition: raw_data.hpp:30

glm::word

detail::uint16 word

Type for word numbers.

Definition: raw_data.hpp:34

glm::dword

detail::uint32 dword

Type for dword numbers.

Definition: raw_data.hpp:38


Generated by 1.8.10