From 04916c1b451e4400a496ae210b3faa10154c65ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 21 Nov 2012 21:13:31 +0300 Subject: Add batch drawing for any images. Add this drawing to Button. --- src/safeopenglgraphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/safeopenglgraphics.h') diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index 1b84689df..cd79f213f 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -102,6 +102,9 @@ class SafeOpenGLGraphics final : public Graphics void calcTile(ImageVertexes *const vert, const Image *const image, int x, int y) const override; + void calcTile(ImageCollection *const vertCol, + const Image *const image, int x, int y) override; + void drawTile(const ImageVertexes *const vert) override; void updateScreen() override; -- cgit v1.2.3-60-g2f50