Fix blend descriptors not dirting render pipeline

Thanks peri
This commit is contained in:
Isaac Marovitz 2024-06-26 22:34:21 +01:00 committed by Evan Husted
parent 97814b2852
commit 16bc02ea2a

View File

@ -497,6 +497,9 @@ namespace Ryujinx.Graphics.Metal
{
_currentState.BlendDescriptors[index] = blend;
_currentState.BlendColor = blend.BlendConstant;
// Mark dirty
_currentState.Dirty |= DirtyFlags.RenderPipeline;
}
// Inlineable