Skip to content

Commit

Permalink
style: 🎨 apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlum authored and github-actions[bot] committed Nov 19, 2024
1 parent 127425e commit 2cd5bff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ namespace WaterLighting

float2 GetParallaxOffset(PS_INPUT input, float3 normalScalesRcp, uint eyeIndex)
{

# if defined(VC)
#if defined(VC)
float3 reflectPlaneWS = mul(CameraViewInverse[eyeIndex], float4(ReflectPlane[eyeIndex].xyz, 1.0));

float3x3 tbn = CalculateTBN(reflectPlaneWS.xyz, -input.WPosition.xyz, input.TexCoord1.xy);
Expand Down

0 comments on commit 2cd5bff

Please sign in to comment.