summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx
diff options
context:
space:
mode:
authorAleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com>2019-06-09 14:18:59 +0300
committerAleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com>2019-06-11 11:39:51 +0300
commitd7fa18efa693bcb282755d86cc2f4c3d17e908b8 (patch)
tree782db36c66bceab7868db4d1170f23795764b40f /src/mbgl/gfx
parentdf062afe6de7ec6e4a4d3c88389bbb5279b63a06 (diff)
downloadqtlocation-mapboxgl-d7fa18efa693bcb282755d86cc2f4c3d17e908b8.tar.gz
[core] Remove unused OffscreenTexture variant with depth render target
Diffstat (limited to 'src/mbgl/gfx')
-rw-r--r--src/mbgl/gfx/context.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mbgl/gfx/context.hpp b/src/mbgl/gfx/context.hpp
index 53cd318642..64eddf3e5a 100644
--- a/src/mbgl/gfx/context.hpp
+++ b/src/mbgl/gfx/context.hpp
@@ -42,11 +42,6 @@ public:
virtual std::unique_ptr<OffscreenTexture>
createOffscreenTexture(Size,
TextureChannelDataType = TextureChannelDataType::UnsignedByte) = 0;
- virtual std::unique_ptr<OffscreenTexture>
- createOffscreenTexture(Size,
- Renderbuffer<RenderbufferPixelType::Depth>&,
- TextureChannelDataType = TextureChannelDataType::UnsignedByte) = 0;
-
public:
// Creates an empty texture with the specified dimensions.
Texture createTexture(const Size size,