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>2017-03-28 17:25:04 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-03-28 17:25:04 +0300
commit8fc741e39cddb3e8be14f0e488ca9c2cf31135d6 (patch)
tree198e3f113cb850f15a0d102207afb0b676745265 /drape/texture_manager.hpp
parentfeb772890eade68bc4aae67e3f7d4897878e2610 (diff)
Added area hatching
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 15e1d684db..c0a9a74a9d 100644
--- a/drape/texture_manager.hpp
+++ b/drape/texture_manager.hpp
@@ -106,6 +106,7 @@ public:
ref_ptr<Texture> GetSymbolsTexture() const;
ref_ptr<Texture> GetTrafficArrowTexture() const;
+ ref_ptr<Texture> GetHatchingTexture() const;
private:
struct GlyphGroup
@@ -244,6 +245,7 @@ private:
std::list<drape_ptr<Texture>> m_glyphTextures;
drape_ptr<Texture> m_trafficArrowTexture;
+ drape_ptr<Texture> m_hatchingTexture;
drape_ptr<GlyphManager> m_glyphManager;
drape_ptr<HWTextureAllocator> m_textureAllocator;