Depth Clear

This commit is contained in:
Isaac Marovitz
2024-05-22 20:26:54 -04:00
committed by Evan Husted
parent 90e3899c23
commit 7f8d54d6dc
5 changed files with 54 additions and 68 deletions

View File

@@ -61,7 +61,7 @@ namespace Ryujinx.Graphics.Metal
public MTLScissorRect[] Scissors = [];
// Changes to attachments take recreation!
public MTLTexture DepthStencil = default;
public Texture DepthStencil = default;
public Texture[] RenderTargets = new Texture[Constants.MaxColorAttachments];
public Dictionary<int, BlendDescriptor> BlendDescriptors = new();
public ColorF BlendColor = new();