Sign in
dawn
/
tint.git
/
cbe816f93dac1d0bd23e82e924fc90f05899688c
/
.
/
test
/
ptr_ref
/
load
/
local
/
struct_field.spvasm.expected.hlsl
blob: 342340a89b151dd551b90658653adff65e25804d [
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
;
}