mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Re-added Mesh:setVertices.
This commit is contained in:
@@ -139,6 +139,9 @@ public:
|
||||
**/
|
||||
void attachAttribute(const std::string &name, Mesh *mesh);
|
||||
|
||||
void *mapVertexData();
|
||||
void unmapVertexData();
|
||||
|
||||
/**
|
||||
* Flushes all modified data to the GPU.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user