Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ online
Function
online
src/resource/material_resource.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
namespace material_resource_internal
32
{
33
void online(StringId64 id, ResourceManager &rm)
34
{
35
device()->_material_manager->online(id, rm);
36
}
37
38
void offline(StringId64 id, ResourceManager &rm)
39
{
Callers
nothing calls this directly
Calls
2
device
Function · 0.85
online
Method · 0.45
Tested by
no test coverage detected