D3D12: Simplify and fix MSAA EFB depth copy path

This commit is contained in:
Stenzek
2016-02-21 16:55:43 +10:00
parent 649b94338e
commit 6bbf836ea9
6 changed files with 21 additions and 52 deletions

View File

@ -100,8 +100,6 @@ private:
static unsigned int m_target_width;
static unsigned int m_target_height;
static D3D12_DEPTH_STENCIL_DESC m_depth_resolve_depth_stencil_desc;
};
} // namespace DX12