From fb5afd34b9b25e993a4b109385215eba0b83923f Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 8 Aug 2018 15:09:27 +0300 Subject: [core] Add `line-gradient` property Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick). --- src/mbgl/shaders/line_sdf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mbgl/shaders/line_sdf.cpp') diff --git a/src/mbgl/shaders/line_sdf.cpp b/src/mbgl/shaders/line_sdf.cpp index f36cf2ba00..e27923c758 100644 --- a/src/mbgl/shaders/line_sdf.cpp +++ b/src/mbgl/shaders/line_sdf.cpp @@ -7,8 +7,8 @@ namespace mbgl { namespace shaders { const char* line_sdf::name = "line_sdf"; -const char* line_sdf::vertexSource = source() + 50098; -const char* line_sdf::fragmentSource = source() + 55464; +const char* line_sdf::vertexSource = source() + 55692; +const char* line_sdf::fragmentSource = source() + 61058; } // namespace shaders } // namespace mbgl -- cgit v1.2.1