summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-18 20:24:19 +0200
committerRay <[email protected]>2021-04-18 20:24:19 +0200
commitd4ccca81dbb7f8300aa0b7a6b0f195b1814dc9fc (patch)
tree9548ed067fc17206d645dadbfc19b04d6d2493e7 /src/config.h
parent2ad3eb1d57056f42d553c53671188fda051ce238 (diff)
downloadraylib-d4ccca81dbb7f8300aa0b7a6b0f195b1814dc9fc.tar.gz
raylib-d4ccca81dbb7f8300aa0b7a6b0f195b1814dc9fc.zip
WARNING: REDESIGNED: rlLoadExtensions() #1295
Added config flag: SUPPORT_GL_DETAILS_INFO
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 55834fcd..99cb1d48 100644
--- a/src/config.h
+++ b/src/config.h
@@ -80,6 +80,9 @@
//------------------------------------------------------------------------------------
// Module: rlgl - Configuration values
//------------------------------------------------------------------------------------
+// Show OpenGL extensions and capabilities detailed logs on init
+//#define SUPPORT_GL_DETAILS_INFO 1
+
#if defined(GRAPHICS_API_OPENGL_11) || defined(GRAPHICS_API_OPENGL_33)
#define DEFAULT_BATCH_BUFFER_ELEMENTS 8192 // Default internal render batch limits
#elif defined(GRAPHICS_API_OPENGL_ES2)