| 59 | } |
| 60 | |
| 61 | template <abi_t ABI> ULONG D3D11DeviceX<ABI>::AddRef() |
| 62 | { |
| 63 | m_pFunction->AddRef(); |
| 64 | return InterlockedIncrement(&this->m_RefCount); |
| 65 | } |
| 66 | |
| 67 | template <abi_t ABI> ULONG D3D11DeviceX<ABI>::Release() |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected