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

Method Create

Source/SysPSP/Graphics/GraphicsContext.cpp:151–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149//
150//*************************************************************************************
151template<> bool CSingleton< CGraphicsContext >::Create()
152{
153 #ifdef DAEDALUS_ENABLE_ASSERTS
154 DAEDALUS_ASSERT_Q(mpInstance == nullptr);
155#endif
156 mpInstance = new IGraphicsContext();
157 return mpInstance->Initialise();
158}
159
160//////////////////////////////////////////////////////////////////////
161// Construction/Destruction

Callers

nothing calls this directly

Calls 1

InitialiseMethod · 0.45

Tested by

no test coverage detected