Sign in
dawn
/
dawn
/
1fd3d95dd567accdfa7cf0e0ca9cb4569d675598
/
.
/
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
;
}