Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void STextureImporter::Destroy(void *resource)
63
{
64
SkrDelete((skr_uncompressed_render_texture_t*)resource);
65
}
66
67
bool STextureCooker::Cook(SCookContext *ctx)
68
{
Callers
1
Cook
Method · 0.45
Calls
1
SkrDelete
Function · 0.85
Tested by
no test coverage detected