summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Fader <samfader@users.noreply.github.com>2019-03-19 10:28:17 -0700
committertobrun <tobrun.van.nuland@gmail.com>2019-03-20 13:58:50 +0100
commitd569d8854a05fb68f3548d1476b1f9d660e09fb8 (patch)
treeb6c56bc14726d1648b8f459158939616615daaa2
parent001115a6063caaebd0b4240037d9fb9f56f03ed9 (diff)
downloadqtlocation-mapboxgl-d569d8854a05fb68f3548d1476b1f9d660e09fb8.tar.gz
speculative fix for cached shader issue
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