blob: edeb51e5b2a5f32ea0b29e7dcc7bec9ee216d331 [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() {
_ = s;
_ = sc;
}