Sign in
dawn
/
dawn
/
c2f6f2f5d481a724aa1a34e0c756a277aefb7bef
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.ir.dxc.hlsl
blob: 3f5233d092bf0817c011302a3db1981657e36a30 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
void
main_1
()
{
int
i
=
0
;
i
=
V
.
i
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}