summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-12 20:09:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-12 20:09:23 +0300
commit19d9c94b2c0fc5585fdba7aa0b7756be1be88f40 (patch)
tree3b991f33e2eeb0860e83f30a3820be51ec238225 /src/render/modernopenglgraphics.h
parent0a28edcfc315f4e907fa8f37efe3300efe88c8b8 (diff)
downloadplus-19d9c94b2c0fc5585fdba7aa0b7756be1be88f40.tar.gz
plus-19d9c94b2c0fc5585fdba7aa0b7756be1be88f40.tar.bz2
plus-19d9c94b2c0fc5585fdba7aa0b7756be1be88f40.tar.xz
plus-19d9c94b2c0fc5585fdba7aa0b7756be1be88f40.zip
In modernopengl add drawnet function.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h
index fec209a7e..3528462a8 100644
--- a/src/render/modernopenglgraphics.h
+++ b/src/render/modernopenglgraphics.h
@@ -87,6 +87,8 @@ class ModernOpenGLGraphics final : public Graphics
inline void drawTriangleArray(const int size);
+ inline void drawLineArrays(const int size);
+
GLfloat *mFloatArray;
GLfloat *mFloatArrayCached;
ShaderProgram *mProgram;