MCPcopy Create free account
hub / github.com/arrayfire/forge / FI_Manager

Method FI_Manager

src/backend/opengl/window_impl.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 public:
33 static bool initialized;
34 FI_Manager()
35 {
36#ifdef FREEIMAGE_LIB
37 FreeImage_Initialise();
38#endif
39 initialized = true;
40 }
41
42 ~FI_Manager()
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected