blob: 63f10cf3caf41b8b032d65e6fa146a09e49eef61 [file] [log] [blame]
@group(0u) @binding(0u) var v : texture_2d<f32>;
@compute @workgroup_size(1u, 1u, 1u)
fn main() {
_ = v;
}