Removed gtc and gtx namespaces

This commit is contained in:
Christophe Riccio
2011-06-10 16:45:17 +01:00
parent 2b81d45719
commit 3621deaeb5
146 changed files with 7888 additions and 8210 deletions

View File

@@ -44,10 +44,9 @@
# pragma message("GLM: GLM_GTC_matrix_integer extension included")
#endif
namespace glm{
namespace gtc{
/// \addtogroup gtc_matrix_integer
namespace glm
{
/// @addtogroup gtc_matrix_integer
/// @{
typedef detail::tmat2x2<highp_int> highp_imat2; //!< \brief High-precision signed integer 2x2 matrix. (from GLM_GTC_matrix_integer extension)
@@ -217,7 +216,6 @@ namespace gtc{
#endif//GLM_PRECISION
/// @}
}//namespace gtc
}//namespace glm
#endif//glm_gtc_matrix_integer