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:
authorExMix <rahuba.youri@mapswithme.com>2014-08-16 17:20:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:24:48 +0300
commit44a2443d431ddf9a9a17a87ca7baca62949517da (patch)
treef7e0aebdb63883d450cef90431b18ae8d122b299 /drape/texture_manager.hpp
parent28d3df6d555adf2b82cd66f94ed1d6fa93026f8d (diff)
[drape] allocate dynamic stipple pen texture on texture manager.
Diffstat (limited to 'drape/texture_manager.hpp')
-rw-r--r--drape/texture_manager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/drape/texture_manager.hpp b/drape/texture_manager.hpp
index a733d92e63..8035435cb3 100644
--- a/drape/texture_manager.hpp
+++ b/drape/texture_manager.hpp
@@ -18,6 +18,8 @@ public:
virtual bool GetGlyphRegion(strings::UniChar charCode, GlyphRegion & region) const;
virtual int GetMaxTextureSet() const;
+ virtual void UpdateDynamicTextures();
+
void BindTextureSet(uint32_t textureSet) const;
uint32_t GetTextureCount(uint32_t textureSet) const;