0.9.7
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
Definition: _noise.hpp:40