mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 05:42:33 -07:00
Render target deduplication
not sure if this is working
This commit is contained in:
committed by
Isaac Marovitz
parent
ef4a2fb3b5
commit
242fcc2481
@@ -98,6 +98,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
// Changes to attachments take recreation!
|
||||
public Texture DepthStencil = default;
|
||||
public Texture[] RenderTargets = new Texture[Constants.MaxColorAttachments];
|
||||
public ITexture PreMaskDepthStencil = default;
|
||||
public ITexture[] PreMaskRenderTargets;
|
||||
public bool FramebufferUsingColorWriteMask;
|
||||
|
||||
public MTLColorWriteMask[] RenderTargetMasks = Enumerable.Repeat(MTLColorWriteMask.All, Constants.MaxColorAttachments).ToArray();
|
||||
public BlendDescriptor?[] BlendDescriptors = new BlendDescriptor?[Constants.MaxColorAttachments];
|
||||
|
Reference in New Issue
Block a user