WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit c4731c0555 - Show all commits

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