summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-04-02 22:35:46 +0200
committerKonstantin Käfer <mail@kkaefer.com>2019-04-05 11:49:17 +0200
commit7081d5e154e208322b95f8efab74ec6e014a263d (patch)
tree64193adfae03364f8979ff1a0216a14db5572f8b /include
parent1d58850d0c5b467132af92eb0604b903b9199e8d (diff)
downloadqtlocation-mapboxgl-7081d5e154e208322b95f8efab74ec6e014a263d.tar.gz
[core] move depth/stencil buffer debug viz to gfx::Context
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/mode.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/mode.hpp b/include/mbgl/map/mode.hpp
index 4ee289d855..11dd8583a4 100644
--- a/include/mbgl/map/mode.hpp
+++ b/include/mbgl/map/mode.hpp
@@ -37,11 +37,8 @@ enum class MapDebugOptions : EnumType {
Timestamps = 1 << 3,
Collision = 1 << 4,
Overdraw = 1 << 5,
-// FIXME: https://github.com/mapbox/mapbox-gl-native/issues/5117
-#if not MBGL_USE_GLES2
StencilClip = 1 << 6,
DepthBuffer = 1 << 7,
-#endif // MBGL_USE_GLES2
};
MBGL_CONSTEXPR MapDebugOptions operator|(MapDebugOptions lhs, MapDebugOptions rhs) {