Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef GLM_GTX_int_10_10_10_2
00025 #define GLM_GTX_int_10_10_10_2
00026
00027
00028 #include "../glm.hpp"
00029 #include "../gtx/raw_data.hpp"
00030
00031 #if(defined(GLM_MESSAGES))
00032 # pragma message("GLM: GLM_GTX_int_10_10_10_2 extension is deprecated, include GLM_GTC_packing (glm/gtc/packing.hpp) instead")
00033 #endif
00034
00035 namespace glm
00036 {
00038 GLM_DEPRECATED GLM_FUNC_DECL dword uint10_10_10_2_cast(glm::vec4 const & v);
00039
00040 }
00041
00042 #include "int_10_10_10_2.inl"
00043
00044 #endif//GLM_GTX_int_10_10_10_2