Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DestroyTexture
Function
DestroyTexture
engine/modelc/src/modelimporter.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
static void DestroyTexture(Texture* texture)
76
{
77
free((void*)texture->m_Name);
78
}
79
80
static void DestroyImage(Image* image)
81
{
Callers
1
ClearScene
Function · 0.70
Calls
1
free
Function · 0.85
Tested by
no test coverage detected