Skip to content

Commit

Permalink
Removed unused glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
jobtalle committed May 31, 2023
1 parent b86b00a commit 58366a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/gl/shaderPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ export class ShaderPreview extends Shader {
vec4 pixel = texture(source, center + (uv - center) / zoom);
float distance = fwidth(pixel.a) * .5;
float lower = .5 - distance;
float upper = .5 + distance;
color = vec4(
mix(
vec3(0.),
Expand Down

0 comments on commit 58366a9

Please sign in to comment.