MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Destroy

Method Destroy

modules/tools/tool_core/src/asset/cook_context.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void SCookContext::Destroy(SCookContext* ctx)
85{
86 SkrDelete(ctx);
87}
88
89void SCookContextImpl::_Destroy(void* resource)
90{

Callers 1

_DestroyMethod · 0.45

Calls 1

SkrDeleteFunction · 0.85

Tested by

no test coverage detected