Sign in
dawn
/
dawn
/
40a9fa79f76e6c76cca9e2fa69ea07f202f1d2e6
/
.
/
test
/
tint
/
builtins
/
radians.spvasm.expected.msl
blob: f77970696772a71f776be0a9728422883b3176b9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
a
=
0.0f
;
float
b
=
0.0f
;
a
=
42.0f
;
b
=
(
a
*
0.01745329238474369049f
);
}
kernel
void
v
()
{
main_1
();
}