blob: 5b2f52a6be4ab3c2159dedd9d65cdacaca9d385b [file] [log] [blame]
uniform fragmentProcessor s;
half4 main(float2 xy) {
return half4(0);
}