diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-14 02:17:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-14 11:41:50 +0300 |
commit | eecd33fff488d54d038d84d8676000fad826e940 (patch) | |
tree | 9eb6c12810579d52c8df16e43d294852ba5613bb /src/render/modernopenglgraphics.h | |
parent | 4b8a6d93c5a785c673ec6c9f8a09880c48dee065 (diff) | |
download | mv-eecd33fff488d54d038d84d8676000fad826e940.tar.gz mv-eecd33fff488d54d038d84d8676000fad826e940.tar.bz2 mv-eecd33fff488d54d038d84d8676000fad826e940.tar.xz mv-eecd33fff488d54d038d84d8676000fad826e940.zip |
fix modernoepngl drawing.
Add simple draw test in most renders.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index d3523ea65..4ee663544 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -70,6 +70,11 @@ class ModernOpenGLGraphics final : public Graphics void finalize(ImageVertexes *const vert) override final; + void testDraw() override final; + + void removeArray(const uint32_t id, + uint32_t *const arr) override final; + #include "render/graphicsdef.hpp" #include "render/openglgraphicsdef.hpp" |