MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / AddRef

Method AddRef

projects/WinDurango.D3D11X/src/ID3D11CommandList.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template<abi_t ABI>
14ULONG D3D11CommandList<ABI>::AddRef()
15{
16 if (m_pFunction) m_pFunction->AddRef();
17 return InterlockedIncrement(&this->m_RefCount);
18}
19
20template<abi_t ABI>
21ULONG D3D11CommandList<ABI>::Release()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected