From 867555b1c9ef51fec23ce77c682cf7d5b5a23c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 13 May 2019 17:13:31 -0700 Subject: [core] add gfx::UploadPass, split startRender into prepare and upload --- src/mbgl/annotation/render_annotation_source.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mbgl/annotation/render_annotation_source.hpp') diff --git a/src/mbgl/annotation/render_annotation_source.hpp b/src/mbgl/annotation/render_annotation_source.hpp index 0d08d0af99..46fd9ed06f 100644 --- a/src/mbgl/annotation/render_annotation_source.hpp +++ b/src/mbgl/annotation/render_annotation_source.hpp @@ -18,7 +18,8 @@ public: bool needsRelayout, const TileParameters&) final; - void startRender(PaintParameters&) final; + void upload(gfx::UploadPass&) final; + void prepare(PaintParameters&) final; void finishRender(PaintParameters&) final; std::vector> getRenderTiles() final; -- cgit v1.2.1