MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / newui_FreeBitmap

Function newui_FreeBitmap

Descent3/newui_core.cpp:560–560  ·  view source on GitHub ↗

C interface to load and free bitmap resources

Source from the content-addressed store, hash-verified

558
559// C interface to load and free bitmap resources
560void newui_FreeBitmap(UIBitmapItem *bmitem) { Newui_resources.Free(bmitem); }
561
562// touches all newui bitmaps, do before any newui menus open
563void newuiCore_PageInBitmaps() {

Callers 2

newuiCore_ReleaseBitmapsFunction · 0.85
OnDestroyMethod · 0.85

Calls 1

FreeMethod · 0.80

Tested by

no test coverage detected