| 1357 | return hr; |
| 1358 | } |
| 1359 | HRESULT STDMETHODCALLTYPE D3D11Device::CheckFormatSupport(DXGI_FORMAT Format, UINT *pFormatSupport) |
| 1360 | { |
| 1361 | return _orig->CheckFormatSupport(Format, pFormatSupport); |
| 1362 | } |
| 1363 | HRESULT STDMETHODCALLTYPE D3D11Device::CheckMultisampleQualityLevels(DXGI_FORMAT Format, UINT SampleCount, UINT *pNumQualityLevels) |
| 1364 | { |
| 1365 | return _orig->CheckMultisampleQualityLevels(Format, SampleCount, pNumQualityLevels); |
no outgoing calls
no test coverage detected