| 12 | |
| 13 | template<abi_t ABI> |
| 14 | ULONG D3D11CommandList<ABI>::AddRef() |
| 15 | { |
| 16 | if (m_pFunction) m_pFunction->AddRef(); |
| 17 | return InterlockedIncrement(&this->m_RefCount); |
| 18 | } |
| 19 | |
| 20 | template<abi_t ABI> |
| 21 | ULONG D3D11CommandList<ABI>::Release() |
nothing calls this directly
no outgoing calls
no test coverage detected