GLM
0.9.5
Main Page
Related Pages
Modules
Namespaces
Files
File List
Users
Groove
Documents
GitHub
glm
glm
detail
precision.hpp
1
29
#ifndef GLM_CORE_PRECISION_INCLUDED
30
#define GLM_CORE_PRECISION_INCLUDED
31
32
namespace
glm
33
{
34
enum
precision
35
{
36
highp,
37
mediump,
38
lowp,
39
defaultp = highp
40
};
41
}
//namespace glm
42
43
#endif//GLM_CORE_PRECISION_INCLUDED
Generated by
1.8.5