summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-08 23:04:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-09 11:42:32 +0300
commit49aba83fa6f3393214919166c42fb55c5a9a7796 (patch)
treecfdb4484e6165e97bafdd44956a8c8bfd08f0650 /src/render/nullopenglgraphics.h
parent7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976 (diff)
downloadplus-49aba83fa6f3393214919166c42fb55c5a9a7796.tar.gz
plus-49aba83fa6f3393214919166c42fb55c5a9a7796.tar.bz2
plus-49aba83fa6f3393214919166c42fb55c5a9a7796.tar.xz
plus-49aba83fa6f3393214919166c42fb55c5a9a7796.zip
Add basic shaders in modernopengl.
Add draw/fill rectangle functions.
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r--src/render/nullopenglgraphics.h2
1 files changed, 2 insertions, 0 deletions
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: