Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DeleteImage
Function
DeleteImage
engine/dlib/src/dlib/image.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void DeleteImage(Image* image)
81
{
82
Free(image);
83
delete image;
84
}
85
86
Result Load(const void* buffer, uint32_t buffer_size, bool premult, bool flip_vertically, Image* image)
87
{
Callers
nothing calls this directly
Calls
1
Free
Function · 0.70
Tested by
no test coverage detected