Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getTexture
Method
getTexture
source/ui/data/boxedTexture.cpp:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void* BoxedTexture::getTexture() {
43
if (!texture) {
44
texture = this->loadTexture();
45
}
46
return texture;
47
}
48
49
void BoxedTexture::unload() {
50
if (texture) {
Callers
4
ContainersView
Method · 0.80
drawItems
Method · 0.80
runApps
Method · 0.80
drawIcon
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected