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 {
00022 namespace gtx
00023 {
00025 namespace raw_data
00026 {
00029 typedef gtc::type_precision::uint8 byte;
00030
00033 typedef gtc::type_precision::uint16 word;
00034
00037 typedef gtc::type_precision::uint32 dword;
00038
00041 typedef gtc::type_precision::uint64 qword;
00042 }
00043 }
00044 }
00045
00046 #define GLM_GTX_raw_data namespace gtx::raw_data
00047 #ifndef GLM_GTX_GLOBAL
00048 namespace glm {using GLM_GTX_raw_data;}
00049 #endif//GLM_GTX_GLOBAL
00050
00051 #include "raw_data.inl"
00052
00053 #endif//glm_gtx_raw_data