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