OpenGL: move buffer to its own file

This commit is contained in:
Corentin Wallez
2017-07-14 17:27:32 -04:00
committed by Corentin Wallez
parent fec8c58a97
commit 9d4b9ab313
7 changed files with 114 additions and 55 deletions

View File

@@ -13,6 +13,7 @@
// limitations under the License.
#include "backend/opengl/OpenGLBackend.h"
#include "backend/opengl/BufferGL.h"
#include "backend/opengl/CommandBufferGL.h"
#include "backend/opengl/DepthStencilStateGL.h"
#include "backend/opengl/PersistentPipelineStateGL.h"