0.9.7
Main Page
Modules
Files
File List
D:
Source
G-Truc
glm
glm
detail
precision.hpp
Go to the documentation of this file.
1
33
#pragma once
34
35
namespace
glm
36
{
37
enum
precision
38
{
39
highp,
40
mediump,
41
lowp,
42
defaultp = highp
43
};
44
}
//namespace glm
glm
Definition:
_noise.hpp:40
Generated by
1.8.10