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