mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Fix warnings
This commit is contained in:
parent
f3887d2053
commit
23dcea8995
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ namespace glm
|
|||
/// implementation, presumably the direction that is fastest.
|
||||
///
|
||||
/// @param x The values of the argument must be greater or equal to zero.
|
||||
/// @tparam T floating point scalar types.
|
||||
/// @tparam genType floating point scalar types.
|
||||
///
|
||||
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/round.xml">GLSL round man page</a>
|
||||
/// @see ext_scalar_common extension.
|
||||
|
@ -168,7 +168,7 @@ namespace glm
|
|||
/// implementation, presumably the direction that is fastest.
|
||||
///
|
||||
/// @param x The values of the argument must be greater or equal to zero.
|
||||
/// @tparam T floating point scalar types.
|
||||
/// @tparam genType floating point scalar types.
|
||||
///
|
||||
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/round.xml">GLSL round man page</a>
|
||||
/// @see ext_scalar_common extension.
|
||||
|
|
Loading…
Add table
Reference in a new issue