Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Tomilov <tomilovanatoliy@gmail.com>2020-06-03 09:45:39 +0300
committerDaria Volvenkova <dvolvenkova@gmail.com>2020-06-05 14:16:12 +0300
commitd3f1f4ab14614c33be2169a57298b21fc1115ca2 (patch)
treeafb4d1672267a06f1aeb926ffed8e8dbcabbcf4c /drape/oglcontext.hpp
parent930ba6c26cfe58f34702ed7bb69f944c777fbfc2 (diff)
[drape] [android] [vulkan] fix ABA-problem-like bug MAPSME-13706
Diffstat (limited to 'drape/oglcontext.hpp')
-rw-r--r--drape/oglcontext.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/oglcontext.hpp b/drape/oglcontext.hpp
index a395ee14b0..deca3687ac 100644
--- a/drape/oglcontext.hpp
+++ b/drape/oglcontext.hpp
@@ -11,6 +11,7 @@ public:
ApiVersion GetApiVersion() const override;
std::string GetRendererName() const override;
std::string GetRendererVersion() const override;
+ void ForgetFramebuffer(ref_ptr<dp::BaseFramebuffer> framebuffer) override {}
void ApplyFramebuffer(std::string const & framebufferLabel) override {}
void DebugSynchronizeWithCPU() override;