diff --git a/glm/core/func_common.hpp b/glm/core/func_common.hpp index 1409f9d3..e2544aa9 100644 --- a/glm/core/func_common.hpp +++ b/glm/core/func_common.hpp @@ -101,6 +101,7 @@ namespace glm /// /// @see - GLSL roundEven man page /// @see - GLSL 4.20.8 specification, section 8.3 + /// @see - New round to even technique template genType roundEven(genType const & x);