mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 18:32:26 -07:00
Implement SetBlendState
This commit is contained in:
committed by
Isaac Marovitz
parent
1db8decd12
commit
f98d9bae24
@@ -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