Implement SetBlendState
This commit is contained in:
committed by
Evan Husted
parent
2587e1ff22
commit
15051d6e56
@@ -311,7 +311,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void SetBlendState(int index, BlendDescriptor blend)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
_encoderStateManager.UpdateBlendDescriptors(index, blend);
|
||||
}
|
||||
|
||||
public void SetDepthBias(PolygonModeMask enables, float factor, float units, float clamp)
|
||||
|
||||
Reference in New Issue
Block a user