Moving elemental to immediate drawer.

This commit is contained in:
Ben Vanik
2015-11-07 09:52:57 -08:00
parent 440c807936
commit fdf59fec5f
11 changed files with 169 additions and 363 deletions

View File

@@ -40,7 +40,6 @@ class GLContext : public GraphicsContext {
HDC dc() const { return dc_; }
std::unique_ptr<GraphicsContext> CreateShared() override;
std::unique_ptr<el::graphics::Renderer> CreateElementalRenderer() override;
ImmediateDrawer* immediate_drawer() override;