mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06: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