1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[d3d11] Use private reference to D3D11 device in D3D11SwapChain

Fixes a wine test failure.
This commit is contained in:
Philip Rebohle 2019-10-01 22:26:07 +02:00
parent 0436e6ddce
commit 0f15c60192
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -76,7 +76,7 @@ namespace dxvk {
Gamma = 1,
};
Com<D3D11DXGIDevice> m_dxgiDevice;
Com<D3D11DXGIDevice, false> m_dxgiDevice;
D3D11Device* m_parent;
HWND m_window;