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