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