GLM  0.9.5
int_10_10_10_2.hpp
1 
24 #ifndef GLM_GTX_int_10_10_10_2
25 #define GLM_GTX_int_10_10_10_2
26 
27 // Dependency:
28 #include "../glm.hpp"
29 #include "../gtx/raw_data.hpp"
30 
31 #if(defined(GLM_MESSAGES))
32 # pragma message("GLM: GLM_GTX_int_10_10_10_2 extension is deprecated, include GLM_GTC_packing (glm/gtc/packing.hpp) instead")
33 #endif
34 
35 namespace glm
36 {
38  GLM_DEPRECATED dword uint10_10_10_2_cast(glm::vec4 const & v);
39 
40 }//namespace glm
41 
42 #include "int_10_10_10_2.inl"
43 
44 #endif//GLM_GTX_int_10_10_10_2
detail::uint32 dword
Type for dword numbers.
Definition: raw_data.hpp:63
highp_vec4 vec4
4 components vector of floating-point numbers.
Definition: type_vec.hpp:398
GLM_DEPRECATED dword uint10_10_10_2_cast(glm::vec4 const &v)
Deprecated, use packUnorm3x10_1x2 instead.