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