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