Skip to content

Commit

Permalink
fix: misnomer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentalimbed committed Dec 9, 2024
1 parent 6f7c2fb commit b6baec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Shaders/AmbientCompositeCS.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void SampleSSGI(uint2 pixCoord, float3 normalWS, out half ao, out half3 il)
# if defined(VR)
half ssgiAo2;
half3 ssgiIl2;
SampleSSGI(pixCoord2, normalWS, ssgiAo, ssgiIl);
SampleSSGI(pixCoord2, normalWS, ssgiAo2, ssgiIl2);

half4 ssgiMixed = Stereo::BlendEyeColors(uv1Mono, float4(ssgiIl, ssgiAo), uv2Mono, float4(ssgiIl2, ssgiAo2));
ssgiAo = ssgiMixed.a;
Expand Down

0 comments on commit b6baec4

Please sign in to comment.