Sign in
dawn
/
tint
/
refs/heads/chromium/4719
/
.
/
test
/
intrinsics
/
radians.spvasm.expected.msl
blob: e7a33e4b913a426bc270831f0341f1717f2ca779 [
file
] [
log
] [
blame
] [
edit
]
#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
*
0.017453292f
);
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}