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

Function init_with_context

components/filesystem/src/filesystem.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void init_with_context(const PlatformContext &context)
37{
38 fs = std::make_shared<StdFileSystem>(
39 context.external_storage_directory(),
40 context.temp_directory());
41}
42
43FileSystemPtr get()
44{

Callers 1

CUSTOM_MAINFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected