Skip to content

Commit

Permalink
Update cMedian.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Sep 2, 2024
1 parent dd00f70 commit fe5f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/cMedian.fx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE_MEDIAN_PS(PS_Median1, 0.0)
PixelShader = PIXELSHADER; \
} \

technique CShade_Median < ui_tooltip = "CShade_Median"; >
technique CShade_Median < ui_tooltip = "Iterative median filter"; >
{
#if HIERARCHIAL_LEVELS > 4
CREATE_MEDIAN_PASS(PS_Median5)
Expand Down

0 comments on commit fe5f811

Please sign in to comment.