mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 21:44:56 +03:00
Fix blend descriptors not dirting render pipeline
Thanks peri
This commit is contained in:
parent
97814b2852
commit
16bc02ea2a
@ -497,6 +497,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
_currentState.BlendDescriptors[index] = blend;
|
||||
_currentState.BlendColor = blend.BlendConstant;
|
||||
|
||||
// Mark dirty
|
||||
_currentState.Dirty |= DirtyFlags.RenderPipeline;
|
||||
}
|
||||
|
||||
// Inlineable
|
||||
|
Loading…
Reference in New Issue
Block a user