mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 17:58:28 +02:00
Support flat interpolation qualifier on shaders (#915)
This commit is contained in:
@@ -100,6 +100,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||||||
|
|
||||||
switch (op.Mode)
|
switch (op.Mode)
|
||||||
{
|
{
|
||||||
|
case InterpolationMode.Constant: iq = InterpolationQualifier.Flat; break;
|
||||||
case InterpolationMode.Pass: iq = InterpolationQualifier.NoPerspective; break;
|
case InterpolationMode.Pass: iq = InterpolationQualifier.NoPerspective; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user