OPENGL: Move pipeline code to pipelines/.

This commit is contained in:
Johannes Schickel 2016-02-28 18:15:00 +01:00
parent bec2088d6c
commit 8a4938f82b
11 changed files with 223 additions and 100 deletions

View file

@ -22,7 +22,7 @@
#include "backends/graphics/opengl/texture.h"
#include "backends/graphics/opengl/shader.h"
#include "backends/graphics/opengl/pipeline.h"
#include "backends/graphics/opengl/pipelines/pipeline.h"
#include "backends/graphics/opengl/framebuffer.h"
#include "common/rect.h"