summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx/offscreen_texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gfx/offscreen_texture.hpp')
-rw-r--r--src/mbgl/gfx/offscreen_texture.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/gfx/offscreen_texture.hpp b/src/mbgl/gfx/offscreen_texture.hpp
index 1eaf4557c6..5690ff7625 100644
--- a/src/mbgl/gfx/offscreen_texture.hpp
+++ b/src/mbgl/gfx/offscreen_texture.hpp
@@ -17,6 +17,8 @@ protected:
public:
virtual ~OffscreenTexture() = default;
+ virtual bool isRenderable() = 0;
+
virtual PremultipliedImage readStillImage() = 0;
virtual gfx::Texture& getTexture() = 0;
};