Sign in
dawn
/
dawn
/
af9ef7470f65357184794de15807364c2121a94e
/
.
/
test
/
tint
/
expressions
/
zero_init
/
array
/
bool.wgsl.expected.fxc.hlsl
blob: 7231ab6fb08886d0f612b6c44bac43f4809452bf [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
bool
v
[
4
]
=
(
bool
[
4
])
0
;
}