blob: 7f3bf63821d70e31c2a109ffb1a6b0aff2bf4183 [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);
}