summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-09-22 20:25:18 +0300
committerjussi2022-09-22 20:25:18 +0300
commit0fad8239b626678980f7f8093c0602acbe5c817b (patch)
tree2c6f9f3fcf0f873c89d231d512fe1c006e9f7074 /API.md
parente5f437d05e8277861ea85e6c8d2ede32c4be32ef (diff)
downloadreilua-enhanced-0fad8239b626678980f7f8093c0602acbe5c817b.tar.gz
reilua-enhanced-0fad8239b626678980f7f8093c0602acbe5c817b.tar.bz2
reilua-enhanced-0fad8239b626678980f7f8093c0602acbe5c817b.zip
v0.3.
Diffstat (limited to 'API.md')
-rw-r--r--API.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.md b/API.md
index 793d6c2..40e005f 100644
--- a/API.md
+++ b/API.md
@@ -4017,7 +4017,8 @@ Generate custom mesh from vertex attribute data and uploads it into a VAO ( if s
> success = RL_UpdateMesh( Mesh{} )
-Update mesh vertex data in GPU. ( Mainly intented to be used with custom meshes )
+Update mesh vertex data in GPU.
+Note! Mainly intented to be used with custom meshes.
- Failure return false
- Success return true