I'm having some trouble trying directsr.
ATL::CComPtr<ID3D12DSRDeviceFactory> pDSRDeviceFactory; D3D12GetInterface(CLSID_D3D12DSRDeviceFactory, IID_PPV_ARGS(&pDSRDeviceFactory)); ATL::CComPtr<IDSRDevice> pDSRDevice;
ID3D12DSRDeviceFactory can be recognized normally. But CLSID_D3D12DSRDeviceFactory cannot.
I'm having some trouble trying directsr.
ATL::CComPtr<ID3D12DSRDeviceFactory> pDSRDeviceFactory; D3D12GetInterface(CLSID_D3D12DSRDeviceFactory, IID_PPV_ARGS(&pDSRDeviceFactory)); ATL::CComPtr<IDSRDevice> pDSRDevice;ID3D12DSRDeviceFactorycan be recognized normally. ButCLSID_D3D12DSRDeviceFactorycannot.