blob: ce40519e6b2181536e331af3e4188d1807e8639f [file] [log] [blame]
@group(0) @binding(0) var<storage> v : array<i32, 1000000>;
struct A {
a : array<f32, 1000000>,
}
@group(0) @binding(1) var<storage> b : A;