MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Create

Method Create

Source/SysGL/Graphics/GraphicsContextGL.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44template<> bool CSingleton< CGraphicsContext >::Create()
45{
46 DAEDALUS_ASSERT_Q(mpInstance == NULL);
47
48 mpInstance = new GraphicsContextGL();
49 return mpInstance->Initialise();
50}
51
52
53GraphicsContextGL::~GraphicsContextGL()

Callers

nothing calls this directly

Calls 1

InitialiseMethod · 0.45

Tested by

no test coverage detected