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

Method AddRef

projects/WinDurango.D3D11X/src/ID3D11Device.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61template <abi_t ABI> ULONG D3D11DeviceX<ABI>::AddRef()
62{
63 m_pFunction->AddRef();
64 return InterlockedIncrement(&this->m_RefCount);
65}
66
67template <abi_t ABI> ULONG D3D11DeviceX<ABI>::Release()
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected