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 {
00025 namespace test{
00026 bool main_gtx_wrap();
00027 }
00028
00029 namespace gtx{
00031 namespace wrap
00032 {
00035
00038 template <typename genType>
00039 genType clamp(genType const & Texcoord);
00040
00043 template <typename genType>
00044 genType repeat(genType const & Texcoord);
00045
00048 template <typename genType>
00049 genType mirrorRepeat(genType const & Texcoord);
00050
00052
00053 }
00054 }
00055 }
00056
00057 #include "wrap.inl"
00058
00059 namespace glm{using namespace gtx::wrap;}
00060
00061 #endif//glm_img_wrap