Sign in
dawn
/
dawn
/
dba64606fb3774d037bfda83a7fc773c561f9826
/
.
/
test
/
tint
/
expressions
/
zero_init
/
struct
/
array.wgsl.expected.fxc.hlsl
blob: 385245739b5d804021e52bb63b454a07a083440e [
file
] [
log
] [
blame
]
struct
S
{
float
a
[
4
];
};
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
S v
=
(
S
)
0
;
}