Sign in
dawn
/
dawn
/
0ce9ab042ef5896b57833dd73dfa19fc94973b13
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.spvasm.expected.hlsl
blob: 5404bcd40a387acc09c4b5713ed9c0b14a7ca7bf [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
void
main_1
()
{
int
i
=
0
;
S V
=
(
S
)
0
;
const
int
x_14
=
V
.
i
;
i
=
x_14
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}