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

Method OnDeviceDispose

Source/Engine/Graphics/GPUDevice.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void GPUResource::OnDeviceDispose()
313{
314 // By default we want to release resource data but keep it alive
315 ReleaseGPU();
316}
317
318void GPUResource::OnReleaseGPU()
319{

Callers 1

preDisposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected