blob: 7a1df2aedf2168e5bbefac9bd3aa16731daa3c63 [file] [log] [blame]
type Arr = [[stride(4)]] array<u32, 2>;
[[block]]
struct S {
field0 : u32;
field1 : f32;
field2 : Arr;
};
[[group(0), binding(0)]] var<storage, read_write> x_1 : S;
fn main_1() {
return;
}
[[stage(fragment)]]
fn main() {
main_1();
}