| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
|
|
|
|
|
|
This reverts commit 8fe6bfabbf91913fcca10ab12d23fcbde568f7b1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if repesctive Code is NULL (#2281)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that 4.3 was added this can be enabled with the compile flag.
|
|
|
|
- All variables are initialized on declaration, some arrays were not properly initialized
- Static array buffers require memset() for re-initialization on every function call
|
|
|
|
|
|
|
|
|
|
* - support create OpenGL debug context in OpenGL 4.3
* - additional events in debug message
- fixed glEnable(GL_DEBUG_OUTPUT)
* Reviewed OpenGL Debug Context
|
|
|
|
|
|
|
|
Now uses correct version.
|
|
|
|
|
|
- Support Compute Shaders by rlgl API
- Support SSBO by rlgl API
|
|
|
|
|