Refactoring of integer and float details, use of C++11 integer types when available.

This commit is contained in:
Christophe Riccio
2013-01-31 18:02:47 +01:00
parent b5607d0018
commit d52a388000
9 changed files with 244 additions and 209 deletions

View File

@@ -9,6 +9,7 @@
namespace gli
{
/*
inline texture2D generateMipmaps
(
texture2D const & Image,
@@ -64,5 +65,5 @@ namespace gli
return Result;
}
*/
}//namespace gli