Skip to content

Commit

Permalink
Fix GBufferRaster.3d.slang shader
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Oct 6, 2021
1 parent e85ebad commit 47f4fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RenderPasses/GBuffer/GBuffer/GBufferRaster.3d.slang
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GBufferPSOut psMain(VSOut vsOut, uint triangleIndex : SV_PrimitiveID, float3 bar
gFaceNormalW[ipos] = float4(sd.faceN, 0);
}

if (isValid(gViewW))
if (is_valid(gViewW))
{
gViewW[ipos] = float4(sd.V, 0);
}
Expand Down

0 comments on commit 47f4fbf

Please sign in to comment.