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