mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
D3D12: Simplify and fix MSAA EFB depth copy path
This commit is contained in:
parent
649b94338e
commit
6bbf836ea9
6 changed files with 21 additions and 52 deletions
|
@ -86,8 +86,7 @@ void DrawShadedTexQuad(D3DTexture2D* texture,
|
|||
u32 slice = 0,
|
||||
DXGI_FORMAT rt_format = DXGI_FORMAT_R8G8B8A8_UNORM,
|
||||
bool inherit_srv_binding = false,
|
||||
bool rt_multisampled = false,
|
||||
D3D12_DEPTH_STENCIL_DESC* depth_stencil_desc_override = nullptr
|
||||
bool rt_multisampled = false
|
||||
);
|
||||
|
||||
void DrawClearQuad(u32 Color, float z, D3D12_BLEND_DESC* blend_desc, D3D12_DEPTH_STENCIL_DESC* depth_stencil_desc, bool rt_multisampled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue