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
+1 -1
View File
@@ -35,7 +35,7 @@
#include "font/Rasterizer.h"
#include "graphics/Texture.h"
#include "graphics/Volatile.h"
#include "VertexBuffer.h"
#include "GLBuffer.h"
#include "OpenGL.h"