mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Move most of Text and Video love.graphics classes out of the opengl subfolder.
--HG-- branch : minor
This commit is contained in:
@@ -335,14 +335,14 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
|
||||
GLuint vbo;
|
||||
size_t gpuReadOffset;
|
||||
GLenum glMode;
|
||||
uint8 *data;
|
||||
|
||||
|
||||
BufferSync sync;
|
||||
|
||||
|
||||
}; // StreamBufferPersistentMapSync
|
||||
|
||||
love::graphics::StreamBuffer *CreateStreamBuffer(BufferType mode, size_t size)
|
||||
|
||||
Reference in New Issue
Block a user