Sign in
dawn
/
tint.git
/
73ced33dfbbf4ee97e6d2a50603ed11ef41bd162
/
.
/
test
/
expressions
/
zero_init
/
struct
/
array.wgsl.expected.wgsl
blob: 97b1cce8d3a08a0fe536c5f604041c014cb2c0eb [
file
]
struct
S
{
a
:
array
<
f32
,
4
>;
}
fn f
()
{
var
v
=
S
();
}