master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 0ecbec4f74
commit 7cf85dddb0
  1. 2
      copying.txt
  2. 4
      doc/coreModules.doxy
  3. 2
      glm/glm.hpp

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright (c) 2005 - 2010 G-Truc Creation Copyright (c) 2005 - 2011 G-Truc Creation
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

@ -27,7 +27,7 @@
**/ **/
/*! /*!
\defgroup core_precision Precision Types \defgroup core_precision Precision types
\brief Non-GLSL types that are used to define precision-based types. \brief Non-GLSL types that are used to define precision-based types.
@ -44,7 +44,7 @@
**/ **/
/*! /*!
\defgroup core_template Template Types \defgroup core_template Template types
\brief The generic template types used as the basis for the core types. \brief The generic template types used as the basis for the core types.

@ -45,7 +45,7 @@ namespace glm
bool main_core(); bool main_core();
}//namespace test }//namespace test
//! GLM core. Namespace that includes all the feature define by GLSL 1.30.8 specification. This namespace is included in glm namespace. //! GLM core. Namespace that includes all the feature define by GLSL 4.10.6 specification. This namespace is included in glm namespace.
namespace core namespace core
{ {
//! Scalar, vectors and matrices //! Scalar, vectors and matrices

Loading…
Cancel
Save