mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Added link to roundEven what about
This commit is contained in:
parent
5050bfacf7
commit
774bd01b92
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue