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