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

Method Destroy

modules/tools/texture_compiler/src/texture_compiler.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void STextureImporter::Destroy(void *resource)
63{
64 SkrDelete((skr_uncompressed_render_texture_t*)resource);
65}
66
67bool STextureCooker::Cook(SCookContext *ctx)
68{

Callers 1

CookMethod · 0.45

Calls 1

SkrDeleteFunction · 0.85

Tested by

no test coverage detected