mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 20:42:26 -07:00
RenderTargetColorMasks
This commit is contained in:
committed by
Isaac Marovitz
parent
dc01de61cd
commit
1b86360a61
@@ -461,7 +461,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void SetRenderTargetColorMasks(ReadOnlySpan<uint> componentMask)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
_encoderStateManager.UpdateRenderTargetColorMasks(componentMask);
|
||||
}
|
||||
|
||||
public void SetRenderTargets(ITexture[] colors, ITexture depthStencil)
|
||||
|
Reference in New Issue
Block a user