summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/draw_mode.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-02-25 14:42:53 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-02-25 15:25:40 +0100
commit5416872b744628341b92046cb57efd6dffb3a377 (patch)
tree1af752e2d586cc6c0731e2789c80aae749a1a881 /src/mbgl/gl/draw_mode.hpp
parente800f3754758489e09c55e38bebd00c2203e4886 (diff)
downloadqtlocation-mapboxgl-5416872b744628341b92046cb57efd6dffb3a377.tar.gz
[core] remove DrawMode from VertexVector/Buffer
Diffstat (limited to 'src/mbgl/gl/draw_mode.hpp')
-rw-r--r--src/mbgl/gl/draw_mode.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mbgl/gl/draw_mode.hpp b/src/mbgl/gl/draw_mode.hpp
index 275eb25b89..6f0c5ea4a4 100644
--- a/src/mbgl/gl/draw_mode.hpp
+++ b/src/mbgl/gl/draw_mode.hpp
@@ -68,12 +68,5 @@ public:
static constexpr PrimitiveType primitiveType = PrimitiveType::TriangleStrip;
};
-// Special draw mode for use with VertexVector<Indexed, Vertex>, in which
-// case the true draw mode is denoted by the IndexVector type.
-class Indexed {
-public:
- static constexpr std::size_t bufferGroupSize = 1;
-};
-
} // namespace gl
} // namespace mbgl