MCPcopy 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

deallocateMethod · 0.45

Tested by

no test coverage detected