blob: 9efada7fcdc1c6b979c3627a91796e0a881e77d9 [file] [log] [blame]
[[group(0), binding(0)]] var s : sampler;
[[group(0), binding(1)]] var sc : sampler_comparison;
[[stage(compute)]]
fn main() {
ignore(s);
ignore(sc);
}