Sign in
dawn
/
dawn.git
/
86ea1d3134a8ff1fa204fb56dc20bedb1d2bfb9a
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.wgsl.expected.fxc.hlsl
blob: 3f8b13475d016b18011eef483744c47badb80d54 [
file
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
V
.
i
;
}