int_10_10_10_2.hpp

00001 
00002 // OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
00004 // Created : 2010-07-07
00005 // Updated : 2010-07-07
00006 // Licence : This source is under MIT License
00007 // File    : glm/gtx/int_10_10_10_2.hpp
00009 // Dependency:
00010 // - GLM core
00012 
00013 #ifndef glm_gtx_int_10_10_10_2
00014 #define glm_gtx_int_10_10_10_2
00015 
00016 // Dependency:
00017 #include "../glm.hpp"
00018 #include "../gtx/raw_data.hpp"
00019 
00020 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
00021 #       pragma message("GLM: GLM_GTX_int_10_10_10_2 extension included")
00022 #endif
00023 
00024 namespace glm
00025 {
00026         namespace gtx{
00028         namespace int_10_10_10_2
00029         {
00030                 using namespace gtx::raw_data;
00031 
00034 
00037                 dword uint10_10_10_2_cast(glm::vec4 const & v);
00038 
00040 
00041         }//namespace integer
00042         }//namespace gtx
00043 }//namespace glm
00044 
00045 #include "int_10_10_10_2.inl"
00046 
00047 namespace glm{using namespace gtx::int_10_10_10_2;}
00048 
00049 #endif//glm_gtx_int_10_10_10_2