Update to glm 0.9.7.3
This commit is contained in:
parent
94f6b4a074
commit
07db64744f
85 changed files with 3879 additions and 3758 deletions
5
external/glm/glm/gtx/wrap.hpp
vendored
5
external/glm/glm/gtx/wrap.hpp
vendored
|
|
@ -63,6 +63,11 @@ namespace glm
|
|||
template <typename genType>
|
||||
GLM_FUNC_DECL genType repeat(genType const & Texcoord);
|
||||
|
||||
/// Simulate GL_MIRRORED_REPEAT OpenGL wrap mode
|
||||
/// @see gtx_wrap extension.
|
||||
template <typename genType>
|
||||
GLM_FUNC_DECL genType mirrorClamp(genType const & Texcoord);
|
||||
|
||||
/// Simulate GL_MIRROR_REPEAT OpenGL wrap mode
|
||||
/// @see gtx_wrap extension.
|
||||
template <typename genType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue