Release v0.5.

This commit is contained in:
jussi
2023-10-27 01:16:03 +03:00
parent 56c365c8cc
commit 6be8d71fac
11 changed files with 116 additions and 25 deletions

13
API.md
View File

@@ -7806,6 +7806,19 @@ Delete framebuffer from GPU
---
## RLGL - Shaders management
---
> success = RL.rlLoadShaderCode( string vsCode, string fsCode )
Load shader from code strings
- Failure return nil
- Success return int
---
## RLGL - Matrix state management
---