summaryrefslogtreecommitdiff
path: root/src/core-files.json
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-01 10:00:43 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-06 16:12:51 +0100
commit63e81b9aa8ad1a96e47a296db57e33c866315bee (patch)
tree5af815b305e67ef229984a5c2214da2985e9a2df /src/core-files.json
parent500080ea6489bf7208859ed9bcfeefff16b301ad (diff)
downloadqtlocation-mapboxgl-63e81b9aa8ad1a96e47a296db57e33c866315bee.tar.gz
[core] move VertexVector/IndexVector to gfx namespace
Diffstat (limited to 'src/core-files.json')
-rw-r--r--src/core-files.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core-files.json b/src/core-files.json
index 42a30a3ea8..e6d25c6798 100644
--- a/src/core-files.json
+++ b/src/core-files.json
@@ -500,10 +500,12 @@
"mbgl/gfx/cull_face_mode.hpp": "src/mbgl/gfx/cull_face_mode.hpp",
"mbgl/gfx/depth_mode.hpp": "src/mbgl/gfx/depth_mode.hpp",
"mbgl/gfx/draw_mode.hpp": "src/mbgl/gfx/draw_mode.hpp",
+ "mbgl/gfx/index_vector.hpp": "src/mbgl/gfx/index_vector.hpp",
"mbgl/gfx/primitives.hpp": "src/mbgl/gfx/primitives.hpp",
"mbgl/gfx/stencil_mode.hpp": "src/mbgl/gfx/stencil_mode.hpp",
"mbgl/gfx/types.hpp": "src/mbgl/gfx/types.hpp",
"mbgl/gfx/uniform.hpp": "src/mbgl/gfx/uniform.hpp",
+ "mbgl/gfx/vertex_vector.hpp": "src/mbgl/gfx/vertex_vector.hpp",
"mbgl/gl/attribute.hpp": "src/mbgl/gl/attribute.hpp",
"mbgl/gl/context.hpp": "src/mbgl/gl/context.hpp",
"mbgl/gl/debugging.hpp": "src/mbgl/gl/debugging.hpp",