| 109 | return _orig->QueryInterface(riid, ppvObj); |
| 110 | } |
| 111 | ULONG STDMETHODCALLTYPE D3D12CommandQueue::AddRef() |
| 112 | { |
| 113 | _orig->AddRef(); |
| 114 | return InterlockedIncrement(&_ref); |
| 115 | } |
| 116 | ULONG STDMETHODCALLTYPE D3D12CommandQueue::Release() |
| 117 | { |
| 118 | const ULONG ref = InterlockedDecrement(&_ref); |
no outgoing calls
no test coverage detected