Update rlgl.h

This commit is contained in:
Ray
2026-03-06 16:53:56 +01:00
parent 12039ba7d0
commit a0ffefcb9d

View File

@ -37,10 +37,10 @@
* If not defined, the library is in header only mode and can be included in other headers * If not defined, the library is in header only mode and can be included in other headers
* or source files without problems. But only ONE file should hold the implementation * or source files without problems. But only ONE file should hold the implementation
* *
* #define RLGL_SHOW_GL_DETAILS_INFO * #if RLGL_SHOW_GL_DETAILS_INFO
* Show OpenGL extensions and capabilities detailed logs on init * Show OpenGL extensions and capabilities detailed logs on init
* *
* #define RLGL_ENABLE_OPENGL_DEBUG_CONTEXT * #if RLGL_ENABLE_OPENGL_DEBUG_CONTEXT
* Enable debug context (only available on OpenGL 4.3) * Enable debug context (only available on OpenGL 4.3)
* *
* rlgl capabilities could be customized defining some internal * rlgl capabilities could be customized defining some internal