Understanding gL_FragCoord divison by screen resolution
So gl_FragCoord.xy
goes from 0 to screen/window width
and height
.
And uniform vec2 uResolution
passes stationary window width and height.
So gl_FragCoord.xy
goes from 0 to screen/window width
and height
.
And uniform vec2 uResolution
passes stationary window width and height.