diff options
author | Aleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com> | 2019-06-09 14:18:59 +0300 |
---|---|---|
committer | Aleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com> | 2019-06-11 11:39:51 +0300 |
commit | d7fa18efa693bcb282755d86cc2f4c3d17e908b8 (patch) | |
tree | 782db36c66bceab7868db4d1170f23795764b40f /src/mbgl/gl/context.hpp | |
parent | df062afe6de7ec6e4a4d3c88389bbb5279b63a06 (diff) | |
download | qtlocation-mapboxgl-d7fa18efa693bcb282755d86cc2f4c3d17e908b8.tar.gz |
[core] Remove unused OffscreenTexture variant with depth render target
Diffstat (limited to 'src/mbgl/gl/context.hpp')
-rw-r--r-- | src/mbgl/gl/context.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mbgl/gl/context.hpp b/src/mbgl/gl/context.hpp index c7e182f192..80278718d1 100644 --- a/src/mbgl/gl/context.hpp +++ b/src/mbgl/gl/context.hpp @@ -181,10 +181,6 @@ private: std::unique_ptr<gfx::OffscreenTexture> createOffscreenTexture( Size, gfx::TextureChannelDataType = gfx::TextureChannelDataType::UnsignedByte) override; - std::unique_ptr<gfx::OffscreenTexture> createOffscreenTexture( - Size, - gfx::Renderbuffer<gfx::RenderbufferPixelType::Depth>&, - gfx::TextureChannelDataType = gfx::TextureChannelDataType::UnsignedByte) override; std::unique_ptr<gfx::TextureResource> createTextureResource(Size, gfx::TexturePixelType, gfx::TextureChannelDataType) override; |