summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/API.md b/API.md
index e625af1..f5d1473 100644
--- a/API.md
+++ b/API.md
@@ -4070,7 +4070,6 @@ Draw a 3d mesh with material and transform
> success = RL_DrawMeshInstanced( Mesh mesh, Material material, Matrix{} transforms, int instances )
Draw multiple mesh instances with material and different transforms
-Note! Untested.
- Failure return false
- Success return true
@@ -4171,6 +4170,15 @@ Set value for a material map type
---
+> success = RL_SetMaterialShader( Material material, Shader shader )
+
+Set shader for material
+
+- Failure return false
+- Success return true
+
+---
+
## Models - Model
---
@@ -5363,7 +5371,7 @@ Invert provided matrix
---
-> result = MatrixIdentity()
+> result = RL_MatrixIdentity()
Get identity matrix