0.9.6
precision.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 namespace glm
32 {
33  enum precision
34  {
35  highp,
36  mediump,
37  lowp,
38  defaultp = highp
39  };
40 }//namespace glm
Definition: _noise.hpp:31