summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layer_properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layer_properties.hpp')
-rw-r--r--include/mbgl/style/layer_properties.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/style/layer_properties.hpp b/include/mbgl/style/layer_properties.hpp
index 301a048e50..5d1aee9c99 100644
--- a/include/mbgl/style/layer_properties.hpp
+++ b/include/mbgl/style/layer_properties.hpp
@@ -15,6 +15,8 @@ public:
virtual ~LayerProperties() = default;
Immutable<Layer::Impl> baseImpl;
+ // Contains render passes used by the renderer, see `mbgl::RenderPass`.
+ uint8_t renderPasses = 0u;
protected:
LayerProperties(Immutable<Layer::Impl> impl) : baseImpl(std::move(impl)) {}