mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-11 04:29:15 +01:00
[d3d10] Implement CheckFormatSupport
This commit is contained in:
parent
589bc50842
commit
5e11c8a8d1
@ -657,8 +657,7 @@ namespace dxvk {
|
||||
HRESULT STDMETHODCALLTYPE D3D10Device::CheckFormatSupport(
|
||||
DXGI_FORMAT Format,
|
||||
UINT* pFormatSupport) {
|
||||
Logger::err("D3D10Device::CheckFormatSupport: Not implemented");
|
||||
return E_NOTIMPL;
|
||||
return m_device->CheckFormatSupport(Format, pFormatSupport);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user