Skip to content

Commit

Permalink
Update cProcedural.fxh
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku authored Jul 22, 2024
1 parent d57b664 commit 601e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/shared/cProcedural.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
return Noise;
}

float2 GetGradientNoise2(float2 Input, float Bias, bool Normalize)
float2 CProcedural_GetGradientNoise2(float2 Input, float Bias, bool Normalize)
{
float2 I = floor(Input);
float2 F = frac(Input);
Expand Down

0 comments on commit 601e7fe

Please sign in to comment.