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 Isaac Marovitz
parent 0c562a2c50
commit c4731c0555

View file

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