Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DestroyImage
Function
DestroyImage
engine/texc/src/texc.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void DestroyImage(Image* image)
53
{
54
free((void*)image->m_Data);
55
free((void*)image->m_Path);
56
delete image;
57
}
58
59
uint32_t GetWidth(Image* image)
60
{
Callers
6
CreateImage
Function · 0.70
Java_TexcLibraryJni_DestroyImage
Function · 0.70
DoEncode
Function · 0.50
TEST_F
Function · 0.50
TearDown
Method · 0.50
TEST
Function · 0.50
Calls
1
free
Function · 0.85
Tested by
3
TEST_F
Function · 0.40
TearDown
Method · 0.40
TEST
Function · 0.40