blob: acaba6275a87fef5f622364fb8b6166451d79d92 [file] [log] [blame]
uniform sampler2D s;
half4 main() {
return half4(0);
}