MCPcopy Create free account
hub / github.com/arrayfire/forge / ~FI_BitmapResource

Method ~FI_BitmapResource

src/backend/opengl/window_impl.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 ~FI_BitmapResource()
66 {
67 FreeImage_Unload(pBitmap);
68 }
69private:
70 FIBITMAP * pBitmap;
71};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected