mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-01 19:29:16 +01:00
[dxgi] Fix IDXGISwapchain::CheckColorSpaceSuport
This commit is contained in:
parent
7644776f7a
commit
42332f7fb8
@ -523,7 +523,9 @@ namespace dxvk {
|
|||||||
if (!pColorSpaceSupport)
|
if (!pColorSpaceSupport)
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
||||||
return m_presenter->CheckColorSpaceSupport(ColorSpace);
|
UINT support = m_presenter->CheckColorSpaceSupport(ColorSpace);
|
||||||
|
*pColorSpaceSupport = support;
|
||||||
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user