From 774bd01b923c458bb37d1697a512a7e029c1624a Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 20 Oct 2011 14:16:39 +0100 Subject: [PATCH] Added link to roundEven what about --- glm/core/func_common.hpp | 1 + 1 file changed, 1 insertion(+) 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);