00001
00002
00004
00005
00006
00007
00009
00010
00012
00013 #ifndef glm_gtx_raw_data
00014 #define glm_gtx_raw_data
00015
00016
00017 #include "../glm.hpp"
00018 #include "../gtc/type_precision.hpp"
00019
00020 namespace glm{
00021 namespace gtx
00022 {
00024 namespace raw_data
00025 {
00026 using namespace gtc::type_precision;
00027
00030 typedef uint8 byte;
00031
00034 typedef uint16 word;
00035
00038 typedef uint32 dword;
00039
00042 typedef uint64 qword;
00043 }
00044 }
00045 }
00046
00047 #include "raw_data.inl"
00048
00049 namespace glm{using namespace gtx::raw_data;}
00050
00051 #endif//glm_gtx_raw_data