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

Method Release

Source/Engine/GraphicsDevice/DirectX/DX11/GPUDeviceDX11.cpp:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void GPUQueryDataDX11::Release()
181{
182 SAFE_RELEASE(Query);
183 SAFE_RELEASE(TimerBeginQuery);
184 SAFE_RELEASE(DisjointQuery);
185 Result = 0;
186 State = Ready;
187}
188
189GPUDevice* GPUDeviceDX11::Create()
190{

Callers 9

TryCreateDeviceFunction · 0.45
InitMethod · 0.45
DisposeMethod · 0.45
~GPUTimerQueryDX11Method · 0.45
OnReleaseGPUMethod · 0.45
OnReleaseGPUMethod · 0.45
releaseBackBufferMethod · 0.45
OnReleaseGPUMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected