summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx
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/gfx
parent394e2aa7171943b7b0be77be7b19bc4a97c36905 (diff)
downloadqtlocation-mapboxgl-5270b2ffbd4fca75f93e7052bd928ebed3ea272a.tar.gz
[core] move supportsHalfFloatTextures to gfx::Context
Diffstat (limited to 'src/mbgl/gfx')
-rw-r--r--src/mbgl/gfx/context.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/gfx/context.hpp b/src/mbgl/gfx/context.hpp
index f9b7789696..fcce2d3070 100644
--- a/src/mbgl/gfx/context.hpp
+++ b/src/mbgl/gfx/context.hpp
@@ -26,6 +26,7 @@ public:
const ContextType backend;
static constexpr const uint32_t minimumRequiredVertexBindingCount = 8;
const uint32_t maximumVertexBindingCount;
+ bool supportsHalfFloatTextures = false;
public:
Context(Context&&) = delete;