Skip to content

Commit

Permalink
Update kDatamosh.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed May 17, 2023
1 parent a4d904b commit b9322ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/kDatamosh.fx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ float4 PS_Datamosh(VS2PS_Quad Input) : SV_TARGET0

// Displacement vector
float Disp = tex2D(SampleAccumTex, Input.Tex0).r;
float4 Work = tex2D(SampleFeedbackTex, Input.Tex0 + MV);
float4 Work = tex2D(SampleFeedbackTex, Input.Tex0 - MV);

// Generate some pseudo random numbers.
float4 Rand = frac(float4(1.0, 17.37135, 841.4272, 3305.121) * RandomMotion);
Expand Down

0 comments on commit b9322ae

Please sign in to comment.