mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-16 07:27:43 +02:00
Return
This commit is contained in:
parent
3ae88e4870
commit
775ed34d5b
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…
Add table
Reference in a new issue