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:
authorDmitry Kunin <dkunin@mapswith.me>2013-12-25 17:59:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:24 +0300
commit79b167da1807c275105d527297299a7238d2987f (patch)
tree133fa0f1028ac51d284944230675ae00af1ed4ea /drape/oglcontext.hpp
parent6476b1cfea7c450f9b61ec5aa0a92f8e6ba525a5 (diff)
iOS context + fixes.
Diffstat (limited to 'drape/oglcontext.hpp')
-rw-r--r--drape/oglcontext.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/drape/oglcontext.hpp b/drape/oglcontext.hpp
index 6d2ef6ed2c..991922f63d 100644
--- a/drape/oglcontext.hpp
+++ b/drape/oglcontext.hpp
@@ -5,4 +5,7 @@ class OGLContext
public:
virtual void present() = 0;
virtual void makeCurrent() = 0;
+ virtual void setDefaultFramebuffer() = 0;
+
+ virtual ~OGLContext() {}
};