summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Fader <samfader@users.noreply.github.com>2019-03-19 10:28:17 -0700
committerGitHub <noreply@github.com>2019-03-19 10:28:17 -0700
commit1f192fc42f21f52dea3c56740653760fe0ec6b52 (patch)
tree123cb55ef6ac389d93fceba8e9d23487330d2f69
parentf3341dd589c6330c0cfd6e8e381398d08493b48a (diff)
downloadqtlocation-mapboxgl-upstream/sf-s9s10-cachedshader-fix.tar.gz
speculative fix for cached shader issueupstream/sf-s9s10-cachedshader-fix
Seen only on Samsung S9/S10 devices.
-rw-r--r--src/mbgl/gl/features.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/features.hpp b/src/mbgl/gl/features.hpp
index 1757093967..87ad6d3be9 100644
--- a/src/mbgl/gl/features.hpp
+++ b/src/mbgl/gl/features.hpp
@@ -3,5 +3,5 @@
#if __APPLE__
#define MBGL_HAS_BINARY_PROGRAMS 0
#else
- #define MBGL_HAS_BINARY_PROGRAMS 1
+ #define MBGL_HAS_BINARY_PROGRAMS 0
#endif