MCPcopy Create free account
hub / github.com/crownengine/crown / offline

Function offline

src/resource/material_resource.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void offline(StringId64 id, ResourceManager &rm)
39 {
40 device()->_material_manager->offline(id, rm);
41 }
42
43} // namespace material_resource_internal
44

Callers

nothing calls this directly

Calls 2

deviceFunction · 0.85
offlineMethod · 0.45

Tested by

no test coverage detected