00001
00002
00004
00005
00006
00007
00009
00010
00012
00013 #ifndef glm_gtx_wrap
00014 #define glm_gtx_wrap
00015
00016
00017 #include "../glm.hpp"
00018
00019 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
00020 # pragma message("GLM: GLM_GTX_wrap extension included")
00021 #endif
00022
00023 namespace glm{
00024 namespace gtx{
00025 namespace wrap
00026 {
00029
00032 template <typename genType>
00033 genType clamp(genType const & Texcoord);
00034
00037 template <typename genType>
00038 genType repeat(genType const & Texcoord);
00039
00042 template <typename genType>
00043 genType mirrorRepeat(genType const & Texcoord);
00044
00046 }
00047 }
00048 }
00049
00050 #include "wrap.inl"
00051
00052 namespace glm{using namespace gtx::wrap;}
00053
00054 #endif//glm_img_wrap