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:
authorrachytski <siarhei.rachytski@gmail.com>2011-11-15 19:51:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:59 +0300
commitf3c52f5f480471698a8b5c432bea5f359fe1c318 (patch)
treee2cd75b316c9ce6900410524877d237feeb200cf /platform/platform.hpp
parent80197ff164e831d571ee4949583e48516e0aec43 (diff)
improved scaling of OpenGL resources allocation.
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 ad745ae478..1b1b57aca8 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -77,6 +77,8 @@ public:
int MaxTilesCount() const;
+ int VideoMemoryLimit() const;
+
string DeviceName() const;
int ScaleEtalonSize() const;