From 06a8ecdb171a6284f54d1db6847d4cc0cfcc9f91 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 6 Mar 2019 11:59:15 +0200 Subject: Update mapbox-gl-js submodule to v0.53.0 --- src/mbgl/programs/attributes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mbgl/programs/attributes.hpp') 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 struct a_data { -- cgit v1.2.1