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:
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 ea28215670..bc33c9f462 100644
--- a/drape/oglcontext.hpp
+++ b/drape/oglcontext.hpp
@@ -9,6 +9,7 @@ public:
virtual ~OGLContext() {}
virtual void present() = 0;
virtual void makeCurrent() = 0;
+ virtual void doneCurrent() {}
virtual void setDefaultFramebuffer() = 0;
/// @ param w, h - pixel size of render target (logical size * visual scale)
virtual void resize(int /*w*/, int /*h*/) {}