39 #define GLM_GTX_wrap GLM_VERSION
44 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
45 # pragma message("GLM: GLM_GTX_wrap extension included")
55 template <
typename genType>
56 genType
clamp(genType
const & Texcoord);
60 template <
typename genType>
61 genType
repeat(genType
const & Texcoord);
65 template <
typename genType>
genType repeat(genType const &Texcoord)
Definition: wrap.inl:65
Definition: _detail.hpp:38
genType mirrorRepeat(genType const &Texcoord)
Definition: wrap.inl:113
GLM_FUNC_DECL genType clamp(genType const &x, genType const &minVal, genType const &maxVal)