MCPcopy 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

31namespace 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

deviceFunction · 0.85
onlineMethod · 0.45

Tested by

no test coverage detected