Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ GetUrlFromPath
Function
GetUrlFromPath
Apps/Playground/X11/App.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
std::string GetUrlFromPath(const std::filesystem::path path)
42
{
43
return std::string(
"file://"
) + path.generic_string();
44
}
45
46
void InitBabylon(int32_t window, int width, int height, int argc, const char* const* argv)
47
{
Callers
1
InitBabylon
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected