Flow Visualisation
raw_data.hpp
Go to the documentation of this file.
1 
38 #ifndef GLM_GTX_raw_data
39 #define GLM_GTX_raw_data GLM_VERSION
40 
41 // Dependency:
42 #include "../glm.hpp"
43 #include "../gtc/type_precision.hpp"
44 
45 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
46 # pragma message("GLM: GLM_GTX_raw_data extension included")
47 #endif
48 
49 namespace glm
50 {
53 
56  typedef uint8 byte;
57 
60  typedef uint16 word;
61 
64  typedef uint32 dword;
65 
68  typedef uint64 qword;
69 
71 }// namespace glm
72 
73 #include "raw_data.inl"
74 
75 #endif//GLM_GTX_raw_data
detail::uint8 uint8
Definition: type_precision.hpp:187
detail::uint32 uint32
Definition: type_precision.hpp:195
Definition: _detail.hpp:38
uint16 word
Definition: raw_data.hpp:60
uint64 qword
Definition: raw_data.hpp:68
uint8 byte
Definition: raw_data.hpp:56
uint32 dword
Definition: raw_data.hpp:64
detail::uint16 uint16
Definition: type_precision.hpp:191
detail::uint64 uint64
Definition: type_precision.hpp:199