mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-06 02:57:50 +00:00
Return
This commit is contained in:
parent
21ad6d4a0a
commit
d64f8f742a
@ -200,11 +200,9 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||||||
context.Store(StorageKind.Output, IoVariable.FragmentOutputColor, null, Const(1), Const(i), ConstF(0));
|
context.Store(StorageKind.Output, IoVariable.FragmentOutputColor, null, Const(1), Const(i), ConstF(0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (stage == ShaderStage.Vertex)
|
if (stage == ShaderStage.Vertex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user