diff options
| author | raysan5 <[email protected]> | 2021-10-05 18:33:41 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-05 18:33:41 +0200 |
| commit | b972b8d324621e7a9df048f0d2d3f3f322f061dc (patch) | |
| tree | a310699162e99e814908b5285c1068d0e4a7dfc8 /src/config.h | |
| parent | 9f4a83985325d83d217f4061f84eb4869ae46d48 (diff) | |
| download | raylib-b972b8d324621e7a9df048f0d2d3f3f322f061dc.tar.gz raylib-b972b8d324621e7a9df048f0d2d3f3f322f061dc.zip | |
REVIEWED: API functions specifiers
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 99490099..931fdf5b 100644 --- a/src/config.h +++ b/src/config.h @@ -85,7 +85,7 @@ // Module: rlgl - Configuration values //------------------------------------------------------------------------------------ // Show OpenGL extensions and capabilities detailed logs on init -//#define SUPPORT_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) |
