MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / AndroidPlatformContext

Method AndroidPlatformContext

components/android/src/context.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76std::vector<std::string> AndroidPlatformContext::android_arguments = {};
77
78AndroidPlatformContext::AndroidPlatformContext(android_app *app) :
79 PlatformContext{}, app{app}
80{
81 _external_storage_directory = details::get_external_storage_directory(app);
82 _temp_directory = details::get_external_cache_directory(app);
83 _arguments = android_arguments;
84}
85} // namespace vkb

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected