Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void init_with_context(const PlatformContext &context)
37
{
38
fs = std::make_shared<StdFileSystem>(
39
context.external_storage_directory(),
40
context.temp_directory());
41
}
42
43
FileSystemPtr get()
44
{
Callers
1
CUSTOM_MAIN
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected