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