Sign in
dawn
/
dawn
/
23edb96ac3a3834d773e1ce210a34d2c19178fa8
/
.
/
test
/
tint
/
expressions
/
zero_init
/
struct
/
array.wgsl.expected.wgsl
blob: cfb32a02ba683ea09ba3d2fbfc5a4fe56dd62da3 [
file
]
struct
S
{
a
:
array
<
f32
,
4
>,
}
@compute
@workgroup_size
(
1
)
fn f
()
{
var
v
=
S
();
}