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