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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index 4fba17506b..8bea53ca3b 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -19,6 +19,7 @@ public:
{
Symbol,
Glyph,
+ StipplePen,
UniformValue
};
@@ -54,6 +55,7 @@ public:
RefPointer<void> data);
virtual ResourceInfo const * FindResource(Key const & key) const = 0;
+ virtual void UpdateState() {}
TextureFormat GetFormat() const;
uint32_t GetWidth() const;