Sign in
dawn
/
dawn
/
014d6f768e0a37ec76fe9bec3f27a249e9e427bd
/
.
/
test
/
tint
/
expressions
/
zero_init
/
struct
/
scalar.wgsl.expected.ir.fxc.hlsl
blob: ac27b0f7dfc92c3b80c522647e4346067be67d23 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
uint
u
;
float
f
;
bool
b
;
};
void
f
()
{
S v
=
(
S
)
0
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}