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

Method CheckFeatureSupport

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

Source from the content-addressed store, hash-verified

650 pContext->QueryInterface(IID_PPV_ARGS(&pContext2));
651 pContext->Release();
652
653 *ppDeferredContext = new D3D11DeviceContextX<ABI>(pContext2);
654 return S_OK;
655}
656
657template <abi_t ABI>
658HRESULT D3D11DeviceX<ABI>::OpenSharedResource(void *pResource, _GUID const &retInterface, void **ppResource)
659{
660 IMPLEMENT_STUB();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected