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:
parent
0436e6ddce
commit
0f15c60192
@ -76,7 +76,7 @@ namespace dxvk {
|
|||||||
Gamma = 1,
|
Gamma = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
Com<D3D11DXGIDevice> m_dxgiDevice;
|
Com<D3D11DXGIDevice, false> m_dxgiDevice;
|
||||||
|
|
||||||
D3D11Device* m_parent;
|
D3D11Device* m_parent;
|
||||||
HWND m_window;
|
HWND m_window;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user