From 49aba83fa6f3393214919166c42fb55c5a9a7796 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Jun 2014 23:04:53 +0300 Subject: Add basic shaders in modernopengl. Add draw/fill rectangle functions. --- src/render/nullopenglgraphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/nullopenglgraphics.h') diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index ebecbe7dd..e01e3b2ef 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -76,6 +76,8 @@ class NullOpenGLGraphics final : public Graphics #include "render/openglgraphicsdef.hpp" + #include "render/openglgraphicsdef1.hpp" + #include "render/openglgraphicsdefadvanced.hpp" private: -- cgit v1.2.3-60-g2f50