Sign in
dawn
/
dawn
/
c87b1fe8c96efd1661551d0e4e87c1ddf5fa0ec3
/
.
/
test
/
tint
/
expressions
/
zero_init
/
struct
/
scalar.wgsl.expected.fxc.hlsl
blob: 0547345ec0747e55b3e3fcbc0a7f209e823a0440 [
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
=
(
S
)
0
;
}