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:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-09-15 15:27:35 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:24 +0300
commit7fc1c7184337176926a7d541f4f126510f3c1d6d (patch)
treed5d584c5b2c095168668802e17893c2d141e3bcc /drape/texture_manager.hpp
parent5a5819333437aa2592158f61a9ee414e2b84340b (diff)
Methods for getting texture coordinates
Diffstat (limited to 'drape/texture_manager.hpp')
-rw-r--r--drape/texture_manager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/texture_manager.hpp b/drape/texture_manager.hpp
index 83931acfa1..7cf1227168 100644
--- a/drape/texture_manager.hpp
+++ b/drape/texture_manager.hpp
@@ -17,6 +17,7 @@ public:
virtual void GetSymbolRegion(string const & symbolName, SymbolRegion & region) const;
virtual bool GetGlyphRegion(strings::UniChar charCode, GlyphRegion & region) const;
virtual void GetStippleRegion(StipplePenKey const & pen, StippleRegion & region) const;
+ virtual void GetColorRegion(ColorKey const & pen, TextureSetHolder::ColorRegion & region) const;
virtual int GetMaxTextureSet() const;
virtual void UpdateDynamicTextures();