summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/attributes.hpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2018-01-09 15:02:49 -0800
committerGitHub <noreply@github.com>2018-01-09 15:02:49 -0800
commit43a9bd3fbab666f21583ff264d6b6ba1d7069374 (patch)
treea5e1d09f6113ac9b5b1d7d313a96563e1f1d7374 /src/mbgl/programs/attributes.hpp
parent966606a1075bc1717db145f2fa677b0de8093ce9 (diff)
downloadqtlocation-mapboxgl-43a9bd3fbab666f21583ff264d6b6ba1d7069374.tar.gz
[core] Use separate shaders for background and clipping
Diffstat (limited to 'src/mbgl/programs/attributes.hpp')
-rw-r--r--src/mbgl/programs/attributes.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mbgl/programs/attributes.hpp b/src/mbgl/programs/attributes.hpp
index b0582b0bc2..5d7a6474cf 100644
--- a/src/mbgl/programs/attributes.hpp
+++ b/src/mbgl/programs/attributes.hpp
@@ -143,4 +143,9 @@ struct a_halo_blur {
};
} // namespace attributes
+
+struct PositionOnlyLayoutAttributes : gl::Attributes<
+ attributes::a_pos>
+{};
+
} // namespace mbgl