Sign in
dawn
/
tint
/
fd75bd0965020ead514ce25caf946974bf50d06e
/
.
/
test
/
expressions
/
zero_init
/
array
/
f32.wgsl.expected.hlsl
blob: 652c8351995d9aa637f2aa3e6fc4550d35487bf1 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
tint_array_wrapper
{
float
arr
[
4
];
};
void
f
()
{
tint_array_wrapper v
=
{{
0.0f
,
0.0f
,
0.0f
,
0.0f
}};
}