Update 32bit.glsl
This commit is contained in:
parent
41f13f9c99
commit
c3864db4b3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue