Experimenting with vertex pipeline.

This commit is contained in:
Ben Vanik
2014-12-26 23:14:15 -08:00
parent d2a3cba4f3
commit 14ee211ea9
9 changed files with 541 additions and 133 deletions

View File

@@ -31,6 +31,8 @@ class CircularBuffer {
bool Initialize();
GLuint handle() const { return buffer_; }
Allocation Acquire(size_t length);
void Commit(Allocation allocation);