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.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mbgl/gl/offscreen_texture.hpp b/src/mbgl/gl/offscreen_texture.hpp
index 07da4f57e2..5f3863d3e9 100644
--- a/src/mbgl/gl/offscreen_texture.hpp
+++ b/src/mbgl/gl/offscreen_texture.hpp
@@ -1,7 +1,7 @@
#pragma once
#include <mbgl/gfx/offscreen_texture.hpp>
-#include <mbgl/gfx/renderbuffer.hpp>
+#include <mbgl/gfx/types.hpp>
namespace mbgl {
namespace gl {
@@ -13,10 +13,6 @@ public:
OffscreenTexture(gl::Context&,
Size size,
gfx::TextureChannelDataType type = gfx::TextureChannelDataType::UnsignedByte);
- OffscreenTexture(gl::Context&,
- Size size,
- gfx::Renderbuffer<gfx::RenderbufferPixelType::Depth>&,
- gfx::TextureChannelDataType type = gfx::TextureChannelDataType::UnsignedByte);
bool isRenderable() override;