Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
void GPUResource::OnDeviceDispose()
313
{
314
// By default we want to release resource data but keep it alive
315
ReleaseGPU();
316
}
317
318
void GPUResource::OnReleaseGPU()
319
{
Callers
1
preDispose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected