Sign in
dawn
/
tint
/
66b979d7fb7539acd7007b1782c5e52d7b7e090a
/
.
/
test
/
expressions
/
zero_init
/
array
/
struct.wgsl.expected.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
;
}