RLGL line width functions.

This commit is contained in:
jussi
2022-06-19 12:18:09 +03:00
parent 7b26e0aa68
commit 1529202e26
8 changed files with 84 additions and 7 deletions

View File

@@ -1284,11 +1284,12 @@ int lmodelsDrawMesh( lua_State *L ) {
return 1;
}
/* TODO Not testet. */
/* TODO Untested. */
/*
> 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