Depth Clear
This commit is contained in:
parent
8feee9c005
commit
bd3df5f26a
5 changed files with 54 additions and 68 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue