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

Method GetType

projects/WinDurango.D3D11X/src/ID3D11Resource.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return E_NOTIMPL;
84}
85
86template <abi_t ABI> HRESULT D3D11Resource<ABI>::SetPrivateData(_GUID const &guid, uint32_t DataSize, void const *pData)
87{
88 IMPLEMENT_STUB();
89 return E_NOTIMPL;
90}
91

Callers 5

Calls

no outgoing calls

Tested by

no test coverage detected