Fix whitespace formatting
This commit is contained in:
parent
732005edcb
commit
dbf1d4b19a
1 changed files with 2 additions and 2 deletions
|
@ -422,8 +422,8 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
|
|||
context.MemberDecorate(perVertexStructType, 2, Decoration.BuiltIn, (LiteralInteger)BuiltIn.ClipDistance);
|
||||
context.MemberDecorate(perVertexStructType, 3, Decoration.BuiltIn, (LiteralInteger)BuiltIn.CullDistance);
|
||||
|
||||
if (context.Definitions.Stage == ShaderStage.Geometry
|
||||
&& context.Definitions.GpPassthrough
|
||||
if (context.Definitions.Stage == ShaderStage.Geometry
|
||||
&& context.Definitions.GpPassthrough
|
||||
&& context.HostCapabilities.SupportsGeometryShaderPassthrough)
|
||||
{
|
||||
context.MemberDecorate(perVertexStructType, 0, Decoration.PassthroughNV);
|
||||
|
|
Loading…
Add table
Reference in a new issue