Skip to content

Commit

Permalink
Update gradient.glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Sep 2, 2017
1 parent 3719447 commit 2299718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradient.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ glsl float gradientFromOffset(vec2 pos, vec2 offset) {
}

glsl vec4 gradient(vec2 pos) {
// vec2 posPixels = pos * shadron_Dimensions;
vec2 offsetH = vec2(1 / float(shadron_Dimensions.x), 0.0);
vec2 offsetV = vec2(0.0, 1 / 1 / float(shadron_Dimensions.y));

Expand Down

0 comments on commit 2299718

Please sign in to comment.