mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed typo
This commit is contained in:
parent
0ecbec4f74
commit
7cf85dddb0
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user