Skip to content

Commit

Permalink
Update 32bit.glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
myownfriend committed May 21, 2014
1 parent 41f13f9 commit c3864db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Data/Sys/Shaders/32bit.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ void main()
//Change this number to increase the pixel size.
float pixelSize = 2.0;

float red = 0.0;
float green = 0.0;
float blue = 0.0;
float red = 0.0;
float green = 0.0;
float blue = 0.0;

vec2 pos = floor(uv0 * resolution.xy / pixelSize) * pixelSize * resolution.zw;

Expand Down

0 comments on commit c3864db

Please sign in to comment.