MCPcopy Create free account
hub / github.com/crosire/reshade / CheckFormatSupport

Method CheckFormatSupport

source/d3d11/d3d11_device.cpp:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

check_format_supportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected