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

Function unload

src/resource/shader_resource.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void unload(Allocator &a, void *res)
69 {
70 device()->_shader_manager->unload(a, res);
71 }
72
73} // namespace shader_resource_internal
74

Callers

nothing calls this directly

Calls 2

deviceFunction · 0.85
unloadMethod · 0.45

Tested by

no test coverage detected