Christophe Riccio il y a 15 ans
Parent
commit
7cf85dddb0
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 1 1
      copying.txt
  2. 2 2
      doc/coreModules.doxy
  3. 1 1
      glm/glm.hpp

+ 1 - 1
copying.txt

@@ -1,6 +1,6 @@
 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
 of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
doc/coreModules.doxy

@@ -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.
 	
@@ -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. 
 	

+ 1 - 1
glm/glm.hpp

@@ -45,7 +45,7 @@ namespace glm
 		bool main_core();
 	}//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
 	{
 		//! Scalar, vectors and matrices