bjorn 1 year ago
parent
commit
aa07dbbe16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/lovr/graphics/Mesh/init.lua

+ 2 - 2
api/lovr/graphics/Mesh/init.lua

@@ -6,8 +6,8 @@ return {
     Meshes hold a list of **vertices**.  The number of vertices is declared upfront when the Mesh is
     Meshes hold a list of **vertices**.  The number of vertices is declared upfront when the Mesh is
     created, and it can not be resized afterwards.
     created, and it can not be resized afterwards.
 
 
-    The Mesh has a **vertex format**, which declares the data comprising each vertex.  It is a
-    list of **attributes**, like vertex position, vertex color, etc.
+    The Mesh has a **vertex format**, which is a set of **attributes** comprising each vertex, like
+    a `position`, `color`, etc.
   ]],
   ]],
   constructors = {
   constructors = {
     'lovr.graphics.getBuffer',
     'lovr.graphics.getBuffer',