mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-11 22: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(
|
HRESULT STDMETHODCALLTYPE D3D10Device::CheckFormatSupport(
|
||||||
DXGI_FORMAT Format,
|
DXGI_FORMAT Format,
|
||||||
UINT* pFormatSupport) {
|
UINT* pFormatSupport) {
|
||||||
Logger::err("D3D10Device::CheckFormatSupport: Not implemented");
|
return m_device->CheckFormatSupport(Format, pFormatSupport);
|
||||||
return E_NOTIMPL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user