Sign in
dawn
/
dawn
/
027bf02278cc4c4af57515a125d6c01ba40262ab
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.wgsl.expected.fxc.hlsl
blob: 67aaf4073a6633867fdf01b90a215efd08d23ea7 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
S V
=
(
S
)
0
;
int
i
=
V
.
i
;
return
;
}