Sign in
dawn
/
dawn
/
8f1d276a3780e023f44b54385255479b4a7e3be7
/
.
/
test
/
tint
/
expressions
/
zero_init
/
array
/
struct.wgsl.expected.ir.dxc.hlsl
blob: 519e0514f12bdd02683da94df19b7953775039ce [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
uint
u
;
float
f
;
bool
b
;
};
void
f
()
{
S v
[
4
]
=
(
S
[
4
])
0
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}