0.9.6
raw_data.hpp
Go to the documentation of this file.
1 
42 #pragma once
43 
44 // Dependencies
45 #include "../detail/setup.hpp"
46 #include "../detail/type_int.hpp"
47 
48 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
49 # pragma message("GLM: GLM_GTX_raw_data extension included")
50 #endif
51 
52 namespace glm
53 {
56 
59  typedef detail::uint8 byte;
60 
63  typedef detail::uint16 word;
64 
67  typedef detail::uint32 dword;
68 
71  typedef detail::uint64 qword;
72 
74 }// namespace glm
75 
76 #include "raw_data.inl"
detail::uint32 dword
Type for dword numbers.
Definition: raw_data.hpp:67
detail::uint64 qword
Type for qword numbers.
Definition: raw_data.hpp:71
detail::uint16 word
Type for word numbers.
Definition: raw_data.hpp:63
detail::uint8 byte
Type for byte numbers.
Definition: raw_data.hpp:59
Definition: _noise.hpp:39