blob: a1188d409b9a63374ec236c9bf2a2c267781990f [file] [log] [blame]
[[group(0), binding(0)]] var<uniform> u : mat4x4<f32>;
[[stage(compute), workgroup_size(1)]]
fn main() {
let x = u;
}