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