mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 17:26:39 +00:00
Return
This commit is contained in:
parent
21ad6d4a0a
commit
d64f8f742a
1 changed files with 2 additions and 4 deletions
|
@ -200,10 +200,8 @@ 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…
Reference in a new issue