Sign in
dawn
/
dawn
/
efceb835366b54fac70ea8dce778881601d4eae4
/
.
/
test
/
bug
/
tint
/
219.spvasm.expected.hlsl
blob: f8a2ad709916c88bb3f542516d8d774b5271a616 [
file
] [
log
] [
blame
]
float
x_200
(
inout float2 x_201
)
{
const
float
x_212
=
x_201
.
x
;
return
x_212
;
}
void
main_1
()
{
float2 x_11
=
float2
(
0.0f
,
0.0f
);
const
float
x_12
=
x_200
(
x_11
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}