Experimenting with vertex pipeline.
This commit is contained in:
@@ -31,6 +31,8 @@ class CircularBuffer {
|
||||
|
||||
bool Initialize();
|
||||
|
||||
GLuint handle() const { return buffer_; }
|
||||
|
||||
Allocation Acquire(size_t length);
|
||||
void Commit(Allocation allocation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user