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