Fixed doxygen errors

This commit is contained in:
Christophe Riccio
2011-10-24 17:11:09 +01:00
parent 859833fa62
commit 83f278f922
4 changed files with 26 additions and 3 deletions

View File

@@ -60,8 +60,8 @@ namespace glm
//! Returns the log2 of x. Can be reliably using to compute mipmap count from the texture size.
//! From GLM_GTX_integer extension.
template <typename genType>
genType log2(genType const & x);
template <typename genIUType>
genIUType log2(genIUType const & x);
//! Returns the floor log2 of x.
//! From GLM_GTX_integer extension.