diff options
author | Stijn Buys <ingar@osirion.org> | 2009-10-23 17:24:47 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-10-23 17:24:47 +0000 |
commit | b9a954049a2bfda2be7368d868b6ac8b73c1bf57 (patch) | |
tree | 137ece95176cd87de5d4ee8b48d5f67fda3ed4df /src/render | |
parent | 6028ed9f0e2ab97749127457ed68ce458efd70b3 (diff) |
define GL_REFLECTION_MAP if necessary
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/gl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/gl.h b/src/render/gl.h index 81c19b0..5bd42b5 100644 --- a/src/render/gl.h +++ b/src/render/gl.h @@ -37,6 +37,10 @@ #define GL_GENERATE_MIPMAP 0x8191 #endif +#ifndef GL_REFLECTION_MAP +#define GL_REFLECTION_MAP 0x8512 +#endif + #endif /// wrapper namespace for OpenGL operations |