summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-10-19 13:30:23 +0200
committerraysan5 <[email protected]>2021-10-19 13:30:23 +0200
commit719c1551cc4f773fa667aaf4d34e7d11bc93c85e (patch)
tree7bcc6c2309233242744313f57acea31a70997958 /src/config.h
parent9f2ff3e4d6698e675f63d915e72350ee6912477c (diff)
downloadraylib-719c1551cc4f773fa667aaf4d34e7d11bc93c85e.tar.gz
raylib-719c1551cc4f773fa667aaf4d34e7d11bc93c85e.zip
Reviewed latest PR formatting and details
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 5cb50903..aea7df78 100644
--- a/src/config.h
+++ b/src/config.h
@@ -85,11 +85,11 @@
// Module: rlgl - Configuration values
//------------------------------------------------------------------------------------
-// Enable OpenGL Debug Context (only OpenGL 4.3)
+// Enable OpenGL Debug Context (only available on OpenGL 4.3)
//#define RLGL_ENABLE_OPENGL_DEBUG_CONTEXT 1
// Show OpenGL extensions and capabilities detailed logs on init
-//#define RLGL_SHOW_GL_DETAILS_INFO 1
+//#define RLGL_SHOW_GL_DETAILS_INFO 1
//#define RL_DEFAULT_BATCH_BUFFER_ELEMENTS 4096 // Default internal render batch elements limits
#define RL_DEFAULT_BATCH_BUFFERS 1 // Default number of batch buffers (multi-buffering)