mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 04:08:52 +01:00
[d3d8] Ensure d3d9 interface release
This commit is contained in:
parent
84a8ea9d4a
commit
89e190b771
@ -161,7 +161,7 @@ namespace dxvk {
|
|||||||
std::vector<UINT> m_adapterModeCounts;
|
std::vector<UINT> m_adapterModeCounts;
|
||||||
std::vector<std::vector<d3d9::D3DDISPLAYMODE>> m_adapterModes;
|
std::vector<std::vector<d3d9::D3DDISPLAYMODE>> m_adapterModes;
|
||||||
|
|
||||||
d3d9::IDirect3D9* m_d3d9;
|
Com<d3d9::IDirect3D9> m_d3d9;
|
||||||
Com<IDxvkD3D8InterfaceBridge> m_bridge;
|
Com<IDxvkD3D8InterfaceBridge> m_bridge;
|
||||||
D3D8Options m_d3d8Options;
|
D3D8Options m_d3d8Options;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user