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