WARNING: REDESIGNED: rlLoadExtensions() #1295

Added config flag: SUPPORT_GL_DETAILS_INFO
This commit is contained in:
Ray 2021-04-18 20:24:19 +02:00
parent 2ad3eb1d57
commit d4ccca81db
3 changed files with 306 additions and 196 deletions

View file

@ -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)