summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/API.md b/API.md
index 6484d0c..3533409 100644
--- a/API.md
+++ b/API.md
@@ -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
---