Sign in
dawn
/
dawn
/
30d55fabc91fc7f9cd6b0d2f7fdf53b984168ed2
/
.
/
test
/
intrinsics
/
degrees.spvasm.expected.msl
blob: 96eb526f7b61872de9d517d2ace0da0fc92425db [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
a
=
0.0f
;
float
b
=
0.0f
;
a
=
42.0f
;
float
const
x_11
=
a
;
b
=
(
x_11
*
57.295780182f
);
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}