aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/smelt_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'smelt/glfw/smelt_config.hpp')
-rw-r--r--smelt/glfw/smelt_config.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/smelt/glfw/smelt_config.hpp b/smelt/glfw/smelt_config.hpp
index 3d8c2ca..9ce9729 100644
--- a/smelt/glfw/smelt_config.hpp
+++ b/smelt/glfw/smelt_config.hpp
@@ -15,7 +15,7 @@
#define SRC_MAX 128
/*
- * Client-side vertex buffer size.
+ * Vertex buffer size.
*/
#define VERTEX_BUFFER_SIZE 4000
@@ -28,3 +28,8 @@
* Undefine this to disable ogg support.
*/
#define ENABLE_OGG_SUPPORT
+
+/*
+ * Uncomment this to use the OpenGL 1.2/2.1 implementation instead.
+ */
+//#define USE_OPENGL_COMPATIBILITY_PROFILE