From 87a70c47930d79017816b8ac7ae1bb06eb6446c9 Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Mon, 19 Jun 2017 14:27:43 -0700 Subject: [core] Enable property functions for line-width (#9250) --- src/mbgl/programs/attributes.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mbgl/programs/attributes.hpp') diff --git a/src/mbgl/programs/attributes.hpp b/src/mbgl/programs/attributes.hpp index a0b2b93e16..8f2751080f 100644 --- a/src/mbgl/programs/attributes.hpp +++ b/src/mbgl/programs/attributes.hpp @@ -96,6 +96,11 @@ struct a_width { using Type = gl::Attribute; }; +struct a_floorwidth { + static auto name() { return "a_floorwidth"; } + using Type = gl::Attribute; +}; + struct a_height { static auto name() { return "a_height"; } using Type = gl::Attribute; -- cgit v1.2.1