OpenGL: Split OpenGLBackend in Forward.h and DeviceGL

This commit is contained in:
Corentin Wallez
2018-06-18 17:34:03 -04:00
committed by Corentin Wallez
parent 30f7ddbb6b
commit 77d1f10493
15 changed files with 101 additions and 109 deletions

View File

@@ -16,8 +16,8 @@
#include "backend/opengl/BlendStateGL.h"
#include "backend/opengl/DepthStencilStateGL.h"
#include "backend/opengl/Forward.h"
#include "backend/opengl/InputStateGL.h"
#include "backend/opengl/OpenGLBackend.h"
#include "backend/opengl/PersistentPipelineStateGL.h"
namespace backend { namespace opengl {