From f6e79d70735361438655f279c8699a786d25458c Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Thu, 27 Apr 2017 15:56:55 -0700 Subject: [core] Render fill-extrusion layers (#8431) --- src/mbgl/programs/attributes.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mbgl/programs/attributes.hpp') diff --git a/src/mbgl/programs/attributes.hpp b/src/mbgl/programs/attributes.hpp index e9ca18927e..cfd6a629de 100644 --- a/src/mbgl/programs/attributes.hpp +++ b/src/mbgl/programs/attributes.hpp @@ -24,6 +24,8 @@ MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_pos); MBGL_DEFINE_ATTRIBUTE(int16_t, 2, a_extrude); MBGL_DEFINE_ATTRIBUTE(int16_t, 4, a_pos_offset); 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); template struct a_data { -- cgit v1.2.1