Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-10-23 17:24:47 +0000
committerStijn Buys <ingar@osirion.org>2009-10-23 17:24:47 +0000
commitb9a954049a2bfda2be7368d868b6ac8b73c1bf57 (patch)
tree137ece95176cd87de5d4ee8b48d5f67fda3ed4df
parent6028ed9f0e2ab97749127457ed68ce458efd70b3 (diff)
define GL_REFLECTION_MAP if necessary
-rw-r--r--src/render/gl.h4
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