blob: 620b1f985690c6390cecc17de64bf2f3e9d99c1c [file] [log] [blame]
@group(0u) @binding(0u) var v : texture_2d<f32>;
@group(0u) @binding(1u) var v_1 : sampler;
@compute @workgroup_size(1u, 1u, 1u)
fn main() {
}