mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add 'staging' buffer data usage enum.
This commit is contained in:
@@ -61,9 +61,7 @@ public:
|
||||
private:
|
||||
|
||||
bool load(const void *initialdata);
|
||||
|
||||
void unmapStatic(size_t offset, size_t size);
|
||||
void unmapStream();
|
||||
bool supportsOrphan() const;
|
||||
|
||||
BufferUsage mapUsage = BUFFERUSAGE_VERTEX;
|
||||
GLenum target = 0;
|
||||
|
||||
Reference in New Issue
Block a user