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

Method RomClosed

Source/SysGL/HLEGraphics/GraphicsPluginGL.cpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void CGraphicsPluginImpl::RomClosed()
181{
182 DBGConsole_Msg(0, "Finalising GLGraphics");
183 DLParser_Finalise();
184 CTextureCache::Destroy();
185 DestroyRenderer();
186}
187
188class CGraphicsPlugin * CreateGraphicsPlugin()
189{

Callers 1

DisposeGraphicsPluginFunction · 0.45

Calls 2

DLParser_FinaliseFunction · 0.85
DestroyRendererFunction · 0.70

Tested by

no test coverage detected