Renamed the internal OpenGL buffer class from VertexBuffer to GLBuffer.

This commit is contained in:
Alex Szpakowski
2015-03-03 02:21:28 -04:00
parent d7667ea8fc
commit 8277eb9abd
15 changed files with 135 additions and 140 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
#include "graphics/Volatile.h"
#include "graphics/Color.h"
#include "graphics/Quad.h"
#include "VertexBuffer.h"
#include "GLBuffer.h"
namespace love
{
@@ -137,7 +137,7 @@ private:
// added sprite.
Color *color;
VertexBuffer *array_buf;
GLBuffer *array_buf;
VertexIndex element_buf;
// The portion of the vertex buffer that's been modified while mapped.