MCPcopy Create free account
hub / github.com/Autodesk/Aurora / AddRef

Method AddRef

Libraries/Aurora/Source/DirectX/PTShaderLibrary.cpp:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 // Ref counting interface from IUnknown required, but just stubbed out.
125 HRESULT QueryInterface(const IID&, void**) override { return S_OK; }
126 ULONG AddRef(void) override { return 0; }
127 ULONG Release(void) override { return 0; }
128
129private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected