Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ unload
Function
unload
src/resource/texture_resource.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void unload(Allocator &a, void *resource)
63
{
64
a.deallocate(resource);
65
}
66
67
} // namespace texture_resource_internal
68
Callers
nothing calls this directly
Calls
1
deallocate
Method · 0.45
Tested by
no test coverage detected