blob: de33d8bed51c52b67f7e5da07af8e7f6877a3968 [file] [log] [blame]
@group(0) @binding(0) var s : sampler;
@group(0) @binding(1) var sc : sampler_comparison;
@compute @workgroup_size(1)
fn main() {
_ = s;
_ = sc;
}