Sign in
dawn
/
tint
/
7dc901fa4f87c977ccd1f6ab652b6de0723a197a
/
.
/
test
/
ptr_ref
/
load
/
local
/
struct_field.wgsl.expected.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
;
}