Added link to roundEven what about

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 5050bfacf7
commit 774bd01b92
  1. 1
      glm/core/func_common.hpp

@ -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);

Loading…
Cancel
Save