Added link to roundEven what about

This commit is contained in:
Christophe Riccio 2011-10-20 14:16:39 +01:00
parent 5050bfacf7
commit 774bd01b92

View File

@ -101,6 +101,7 @@ namespace glm
///
/// @see - <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/roundEven.xml">GLSL roundEven man page</a>
/// @see - <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3</a>
/// @see - <a href="http://developer.amd.com/documentation/articles/pages/New-Round-to-Even-Technique.aspx">New round to even technique</a>
template <typename genType>
genType roundEven(genType const & x);