Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ unload
Method
unload
source/ui/data/boxedTexture.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void BoxedTexture::unload() {
50
if (texture) {
51
UnloadTexture(texture);
52
texture = nullptr;
53
}
54
}
Callers
1
resetAll
Method · 0.80
Calls
1
UnloadTexture
Function · 0.85
Tested by
no test coverage detected