Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void GPUResource::OnDeleteObject()
332
{
333
ReleaseGPU();
334
335
ScriptingObject::OnDeleteObject();
336
}
337
338
double GPUResourceView::DummyLastRenderTime = -1;
339
Callers
nothing calls this directly
Calls
1
OnDeleteObject
Function · 0.85
Tested by
no test coverage detected