1 2 3 4 5 6
@group(0) @binding(0) var<uniform> global: array<vec4<f32>, 4>; @compute @workgroup_size(64, 1, 1) fn cs() { }