From 44a2443d431ddf9a9a17a87ca7baca62949517da Mon Sep 17 00:00:00 2001 From: ExMix Date: Sat, 16 Aug 2014 16:20:45 +0300 Subject: [drape] allocate dynamic stipple pen texture on texture manager. --- drape/texture.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drape/texture.hpp') 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 data); virtual ResourceInfo const * FindResource(Key const & key) const = 0; + virtual void UpdateState() {} TextureFormat GetFormat() const; uint32_t GetWidth() const; -- cgit v1.2.3