| 232 | } |
| 233 | |
| 234 | void GraphicsService::BeforeExit() |
| 235 | { |
| 236 | if (GPUDevice::Instance) |
| 237 | { |
| 238 | // Start disposing |
| 239 | GPUDevice::Instance->GetTasksManager()->Dispose(); |
| 240 | } |
| 241 | } |
| 242 | |
| 243 | void GraphicsService::Dispose() |
| 244 | { |
nothing calls this directly
no test coverage detected