MCPcopy 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
42void* BoxedTexture::getTexture() {
43 if (!texture) {
44 texture = this->loadTexture();
45 }
46 return texture;
47}
48
49void BoxedTexture::unload() {
50 if (texture) {

Callers 4

ContainersViewMethod · 0.80
drawItemsMethod · 0.80
runAppsMethod · 0.80
drawIconFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected