blob: 05711f14a3cf4da9d47fb1d5c0b90e2989da5b97 [file] [log] [blame]
uniform texture2D s;
half4 main() {
return half4(0);
}