blob: 07a8b92776066378e4a228118ae8367c3921cd90 [file] [log] [blame]
uniform texture2D s;
half4 main(float2 xy) {
return half4(0);
}