diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |
