Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/gl.h')
-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 283561e..dcac869 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -41,8 +41,12 @@
#define GL_REFLECTION_MAP 0x8512
#endif
+#ifndef GL_CLAMP_TO_EDGE
+#define GL_CLAMP_TO_EDGE 0x812F
#endif
+#endif // _WIN32
+
/// wrapper namespace for OpenGL operations
/** The gl namespace provides a wrapper to the OpenGL library functions.
* All methods take floats or Vector3f and Color as parameters.