mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
Update rlgl.h
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user