Sign in
dawn
/
dawn
/
02e830a14ff7a0839bdd637cc82eae2dcf0928a5
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.wgsl.expected.fxc.hlsl
blob: 18014e1d407c8e7660a09636014cc3d18e6e0e47 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
V
.
i
;
return
;
}