summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/platform.hpp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-11-23 10:18:13 +1100
committerLeith Bade <leith@mapbox.com>2014-12-06 14:21:08 +1100
commit6df4e4a52ca0f70e7fdc5166467ab4a868e3bac5 (patch)
treedf52abe9db0e2f2462b92fc322277497b388a131 /include/mbgl/platform/platform.hpp
parentff640132de0fe855314a8fd86adae3a2fb33237b (diff)
downloadqtlocation-mapboxgl-6df4e4a52ca0f70e7fdc5166467ab4a868e3bac5.tar.gz
Load program binary extension on Linux
Diffstat (limited to 'include/mbgl/platform/platform.hpp')
-rw-r--r--include/mbgl/platform/platform.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/platform/platform.hpp b/include/mbgl/platform/platform.hpp
index b7107bb9cd..9edcc23ccd 100644
--- a/include/mbgl/platform/platform.hpp
+++ b/include/mbgl/platform/platform.hpp
@@ -20,6 +20,9 @@ std::string lowercase(const std::string &string);
// Returns the path to the default cache database on this system.
std::string defaultCacheDatabase();
+// Returns the path to the default shader cache on this system.
+std::string defaultShaderCache();
+
// Shows an alpha image with the specified dimensions in a named window.
void show_debug_image(std::string name, const char *data, size_t width, size_t height);