MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / BeforeExit

Method BeforeExit

Source/Engine/Graphics/Graphics.cpp:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void GraphicsService::BeforeExit()
235{
236 if (GPUDevice::Instance)
237 {
238 // Start disposing
239 GPUDevice::Instance->GetTasksManager()->Dispose();
240 }
241}
242
243void GraphicsService::Dispose()
244{

Callers

nothing calls this directly

Calls 2

GetTasksManagerMethod · 0.80
DisposeMethod · 0.45

Tested by

no test coverage detected