1 layout (location = 0) out vec4 oColour;
4 #include "motion_vectors_fs.glsl"
7 compute_motion_vectors();
9 //vec2 ssuv = gl_FragCoord.xy;
10 //vec3 vDither = vec3( dot( vec2( 171.0, 231.0 ), ssuv) );
11 //float dither = fract( vDither.g / 71.0 ) - 0.5;
13 //if( vsamplemain.a+dither<0.5 )