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

Method Release

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

Source from the content-addressed store, hash-verified

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:
130 ComPtr<IDxcLibrary> _pDXCLibrary;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected