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