Mesh:getVertexFormat
Available since LÖVE 0.10.0 This function is not supported in earlier versions. Gets the vertex format that the Mesh was created with. Function Synopsis format = Mesh:getVertexFormat( ) Arguments None. Returns table format The vertex format of the Mesh, which is a table containing tables for each vertex attribute the Mesh was created with, in the form of {attribute, ...}. table attribute A table containing the attribute's name, it's data type, and the number of comp