summaryrefslogtreecommitdiff
path: root/src/mbgl/gl
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-20 16:24:36 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-04-05 11:49:17 +0200
commit5270b2ffbd4fca75f93e7052bd928ebed3ea272a (patch)
treeb4f47c29e428b418d94f482c2bfb3448e467b01f /src/mbgl/gl
parent394e2aa7171943b7b0be77be7b19bc4a97c36905 (diff)
downloadqtlocation-mapboxgl-5270b2ffbd4fca75f93e7052bd928ebed3ea272a.tar.gz
[core] move supportsHalfFloatTextures to gfx::Context
Diffstat (limited to 'src/mbgl/gl')
-rw-r--r--src/mbgl/gl/context.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/gl/context.hpp b/src/mbgl/gl/context.hpp
index a676c72f06..74ea2c076e 100644
--- a/src/mbgl/gl/context.hpp
+++ b/src/mbgl/gl/context.hpp
@@ -166,8 +166,6 @@ public:
State<value::PixelTransferStencil> pixelTransferStencil;
#endif // MBGL_USE_GLES2
- bool supportsHalfFloatTextures = false;
-
private:
State<value::StencilFunc> stencilFunc;
State<value::StencilMask> stencilMask;