Skip to content

Commit

Permalink
Update cTemplateMatching.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed May 15, 2023
1 parent e1c6e1d commit 6335ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/cTemplateMatching.fx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace cTemplateMatching
}

// Copy-back
float4 PS_Copy_0(VS2PS_Blur Input) : SV_TARGET0
float4 PS_Copy_0(VS2PS_Quad Input) : SV_TARGET0
{
return tex2D(SampleTex1, Input.Tex0.xy);
}
Expand Down Expand Up @@ -82,7 +82,7 @@ namespace cTemplateMatching
}

// Copy-back
float4 PS_Copy_1(VS2PS_Blur Input) : SV_TARGET0
float4 PS_Copy_1(VS2PS_Quad Input) : SV_TARGET0
{
return tex2D(SampleTex2a, Input.Tex0.xy);
}
Expand Down

0 comments on commit 6335ceb

Please sign in to comment.