Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
device
Function · 0.85
unload
Method · 0.45
Tested by
no test coverage detected