mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Merge pull request #3295 from stenzek/d3d-xfb-msaa
D3D: Fix multiple issues relating to MSAA
This commit is contained in:
commit
294bb75316
8 changed files with 106 additions and 24 deletions
|
@ -105,6 +105,7 @@ private:
|
|||
|
||||
static unsigned int m_target_width;
|
||||
static unsigned int m_target_height;
|
||||
static ID3D11DepthStencilState* m_depth_resolve_depth_state;
|
||||
};
|
||||
|
||||
} // namespace DX11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue