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