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

Method Dispose

Source/Engine/Graphics/Graphics.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void GraphicsService::Dispose()
244{
245 // Device is disposed AFTER Content (faster and safer because there is no assets so there is less gpu resources to cleanup)
246}
247
248#if PLATFORM_WEB && !GRAPHICS_API_WEBGPU
249// Fix missing method when using Null backend on Web

Callers 2

DisposeDeviceMethod · 0.45
BeforeExitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected