Skip to content

Commit

Permalink
Using different shader function for gaussian blur
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmanix committed Jun 24, 2023
1 parent 0b0301d commit a3d00bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gaussian_blur.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ float4 PShader(VertData v_in) : TARGET
technique Draw {
pass {
vertex_shader = VSDefault(v_in);
pixel_shader = PShader(v_in);
pixel_shader = PShaderBoth(v_in);
}
}

0 comments on commit a3d00bd

Please sign in to comment.