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