mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Fixed more typos
This commit is contained in:
parent
f21030cce2
commit
0ffce51edf
@ -24,8 +24,7 @@
|
|||||||
#endif//GLM_MESSAGE
|
#endif//GLM_MESSAGE
|
||||||
|
|
||||||
//! GLM namespace, it contains all GLSL based features.
|
//! GLM namespace, it contains all GLSL based features.
|
||||||
namespace glm
|
namespace glm{
|
||||||
{
|
|
||||||
namespace test
|
namespace test
|
||||||
{
|
{
|
||||||
bool main_bug();
|
bool main_bug();
|
||||||
@ -44,8 +43,7 @@ namespace glm
|
|||||||
//! Some of the functions defined in section 8 Built-in Functions of GLSL 1.30.8 specification.
|
//! Some of the functions defined in section 8 Built-in Functions of GLSL 1.30.8 specification.
|
||||||
//! Angle and trigonometry, exponential, common, geometric, matrix and vector relational functions.
|
//! Angle and trigonometry, exponential, common, geometric, matrix and vector relational functions.
|
||||||
namespace function{}
|
namespace function{}
|
||||||
}
|
}//namespace core
|
||||||
//namespace core
|
|
||||||
|
|
||||||
//! G-Truc Creation stable extensions.
|
//! G-Truc Creation stable extensions.
|
||||||
namespace gtc{}
|
namespace gtc{}
|
||||||
@ -55,8 +53,7 @@ namespace glm
|
|||||||
namespace gtx{}
|
namespace gtx{}
|
||||||
|
|
||||||
//! VIRTREV extensions.
|
//! VIRTREV extensions.
|
||||||
namespace img{}
|
namespace virtrev{}
|
||||||
|
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
|
||||||
#include "./core/_detail.hpp"
|
#include "./core/_detail.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user