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