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/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: