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

Function CreateGraphicsPlugin

Source/SysGL/HLEGraphics/GraphicsPluginGL.cpp:188–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188class CGraphicsPlugin * CreateGraphicsPlugin()
189{
190 DBGConsole_Msg( 0, "Initialising Graphics Plugin [CGL]" );
191
192 CGraphicsPluginImpl * plugin = new CGraphicsPluginImpl;
193 if (!plugin->Initialise())
194 {
195 delete plugin;
196 plugin = NULL;
197 }
198
199 return plugin;
200}
201

Callers 1

InitGraphicsPluginFunction · 0.50

Calls 1

InitialiseMethod · 0.45

Tested by

no test coverage detected