summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/attributes.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-06 11:59:15 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-06 18:00:19 +0200
commit06a8ecdb171a6284f54d1db6847d4cc0cfcc9f91 (patch)
tree8a29cf95124c7efd23af80761919075eaca1c7f9 /src/mbgl/programs/attributes.hpp
parent8a8291d8f4ce39d341f42c6d14b2aaad28cd854e (diff)
downloadqtlocation-mapboxgl-06a8ecdb171a6284f54d1db6847d4cc0cfcc9f91.tar.gz
Update mapbox-gl-js submodule to v0.53.0
Diffstat (limited to 'src/mbgl/programs/attributes.hpp')
-rw-r--r--src/mbgl/programs/attributes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/programs/attributes.hpp b/src/mbgl/programs/attributes.hpp
index 42079bfd57..6106eedb53 100644
--- a/src/mbgl/programs/attributes.hpp
+++ b/src/mbgl/programs/attributes.hpp
@@ -20,6 +20,7 @@ MBGL_DEFINE_ATTRIBUTE(uint8_t, 1, a_fade_opacity);
MBGL_DEFINE_ATTRIBUTE(uint8_t, 2, a_placed);
MBGL_DEFINE_ATTRIBUTE(uint16_t, 3, a_size);
MBGL_DEFINE_ATTRIBUTE(float, 1, a_offset);
+MBGL_DEFINE_ATTRIBUTE(float, 2, a_shift);
template <typename T, std::size_t N>
struct a_data {