summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/offscreen_texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/offscreen_texture.hpp')
-rw-r--r--src/mbgl/gl/offscreen_texture.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/gl/offscreen_texture.hpp b/src/mbgl/gl/offscreen_texture.hpp
index 5b211df505..07da4f57e2 100644
--- a/src/mbgl/gl/offscreen_texture.hpp
+++ b/src/mbgl/gl/offscreen_texture.hpp
@@ -18,6 +18,8 @@ public:
gfx::Renderbuffer<gfx::RenderbufferPixelType::Depth>&,
gfx::TextureChannelDataType type = gfx::TextureChannelDataType::UnsignedByte);
+ bool isRenderable() override;
+
PremultipliedImage readStillImage() override;
gfx::Texture& getTexture() override;
};