	gl_FragData[0].rgb = texture2D(tex0, texCoords + (vec2(getRand()) * vec2(dx, dy))).rgb;
	gl_FragData[0].a = 1;