summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/attributes.hpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2017-12-20 15:17:11 -0500
committerGitHub <noreply@github.com>2017-12-20 15:17:11 -0500
commit920057c9d6285fc30f4155a505e2bf15143e3842 (patch)
tree37c9e1c357f818799be29d56f3c5cdafa8a58797 /src/mbgl/programs/attributes.hpp
parentd744b5033b994e2301621f68565cef622e3ba40f (diff)
downloadqtlocation-mapboxgl-920057c9d6285fc30f4155a505e2bf15143e3842.tar.gz
[core] Better align fill-extrusion vertex layout
Diffstat (limited to 'src/mbgl/programs/attributes.hpp')
-rw-r--r--src/mbgl/programs/attributes.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/programs/attributes.hpp b/src/mbgl/programs/attributes.hpp
index 437ae2195c..b0582b0bc2 100644
--- a/src/mbgl/programs/attributes.hpp
+++ b/src/mbgl/programs/attributes.hpp
@@ -28,8 +28,7 @@ MBGL_DEFINE_ATTRIBUTE(float, 3, a_projected_pos);
MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_label_pos);
MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_anchor_pos);
MBGL_DEFINE_ATTRIBUTE(uint16_t, 2, a_texture_pos);
-MBGL_DEFINE_ATTRIBUTE(int16_t, 3, a_normal);
-MBGL_DEFINE_ATTRIBUTE(uint16_t, 1, a_edgedistance);
+MBGL_DEFINE_ATTRIBUTE(int16_t, 4, a_normal_ed);
MBGL_DEFINE_ATTRIBUTE(uint8_t, 1, a_fade_opacity);
MBGL_DEFINE_ATTRIBUTE(uint8_t, 2, a_placed);