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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-10-22 12:50:20 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:19:16 +0300
commitff589eba4adc2b0eb96b5697b648af43a972defe (patch)
treea5a6d1d1b232693e43aee4b208847ed739ee6246 /drape/texture.hpp
parentfff4914453006ded2762366d400caa4d3efd7fbe (diff)
Fixed black outline around icons
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index de60ec5add..c88cf4d737 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -67,6 +67,9 @@ public:
void Bind() const;
+ // Texture must be bound before calling this method.
+ void SetFilter(glConst filter);
+
static uint32_t GetMaxTextureSize();
protected: