00001
00002
00004
00005
00006
00007
00009
00010
00012
00013 #ifndef glm_gtx_int_10_10_10_2
00014 #define glm_gtx_int_10_10_10_2
00015
00016
00017 #include "../glm.hpp"
00018 #include "../gtx/raw_data.hpp"
00019
00020 namespace glm
00021 {
00022 namespace gtx{
00024 namespace int_10_10_10_2
00025 {
00026 using namespace gtx::raw_data;
00027
00030 dword uint10_10_10_2_cast(glm::vec4 const & v);
00031
00032 }
00033 }
00034 }
00035
00036 #include "int_10_10_10_2.inl"
00037
00038 namespace glm{using namespace gtx::int_10_10_10_2;}
00039
00040 #endif//glm_gtx_int_10_10_10_2