blob: 65937cf32347bdfe063d09d2f73927f8b49da060 [file] [log] [blame]
uniform sampler2D s;
half4 main(float2 xy) {
return half4(0);
}