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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-03-17 14:19:07 +0300
committerSergey Yershov <syershov@maps.me>2017-03-20 11:34:39 +0300
commit51ab2c729da49ddad7b04874c635794f6dceb060 (patch)
treebf62014e3babd1b840556171a5d1003061d9f713 /platform/platform.hpp
parenta55eff16050b457b99ca01ef246c471768243704 (diff)
Attempt to fix strange GL behaviour on iOS8
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index b5c1085428..6d0ee17094 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -93,6 +93,8 @@ public:
static bool IsFileExistsByFullPath(string const & filePath);
+ /// @return true if we can create custom texture allocator in drape
+ static bool IsCustomTextureAllocatorSupported();
/// @return always the same writable dir for current user with slash at the end
string WritableDir() const { return m_writableDir; }
/// Set writable dir — use for testing and linux stuff only