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

Method OnDeleteObject

Source/Engine/Graphics/GPUDevice.cpp:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void GPUResource::OnDeleteObject()
332{
333 ReleaseGPU();
334
335 ScriptingObject::OnDeleteObject();
336}
337
338double GPUResourceView::DummyLastRenderTime = -1;
339

Callers

nothing calls this directly

Calls 1

OnDeleteObjectFunction · 0.85

Tested by

no test coverage detected