MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / loadIcons

Function loadIcons

TheForceEngine/TFE_Editor/editor.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 bool loadIcons()
151 {
152 s_iconAtlas = loadGpuImage("UI_Images/IconAtlas.png");
153 return s_iconAtlas != nullptr;
154 }
155
156 void freeGpuImages()
157 {

Callers 1

enableFunction · 0.85

Calls 1

loadGpuImageFunction · 0.70

Tested by

no test coverage detected