Enable Alpha Test workaround on Metal
This commit is contained in:
committed by
Evan Husted
parent
4f699ef96a
commit
d6dcc39131
@@ -428,7 +428,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void SetAlphaTest(bool enable, float reference, CompareOp op)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
// This is currently handled using shader specialization, as Metal does not support alpha test.
|
||||
// In the future, we may want to use this to write the reference value into the support buffer,
|
||||
// to avoid creating one version of the shader per reference value used.
|
||||
}
|
||||
|
||||
public void SetBlendState(AdvancedBlendDescriptor blend)
|
||||
|
||||
Reference in New Issue
Block a user