Wrapping mode of texture coordinates. More...
Functions | |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::clamp (genType const &Texcoord) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::mirrorRepeat (genType const &Texcoord) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::repeat (genType const &Texcoord) |
Wrapping mode of texture coordinates.
<glm/gtx/wrap.hpp> need to be included to use these functionalities.
GLM_FUNC_DECL genType glm::clamp | ( | genType const & | Texcoord | ) |
Simulate GL_CLAMP OpenGL wrap mode
GLM_FUNC_DECL genType glm::mirrorRepeat | ( | genType const & | Texcoord | ) |
Simulate GL_MIRROR_REPEAT OpenGL wrap mode
GLM_FUNC_DECL genType glm::repeat | ( | genType const & | Texcoord | ) |
Simulate GL_REPEAT OpenGL wrap mode