| 83 | return E_NOTIMPL; |
| 84 | } |
| 85 | |
| 86 | template <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 |
no outgoing calls
no test coverage detected