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

Method Destroy

Source/Engine/GraphicsDevice/DirectX/DX12/QueryHeapDX12.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void QueryHeapDX12::Destroy()
70{
71 SAFE_RELEASE(_resultBuffer);
72 SAFE_RELEASE(QueryHeap);
73 _currentBatch = QueryBatch();
74 _resultData.SetCapacity(0);
75}
76
77void QueryHeapDX12::EndQueryBatchAndResolveQueryData(GPUContextDX12* context)
78{

Callers 1

DisposeMethod · 0.45

Calls 2

QueryBatchClass · 0.85
SetCapacityMethod · 0.45

Tested by

no test coverage detected