Sign in
dawn
/
dawn
/
318f6acd56c06af7605f1c0a4baf0ad3dbf4db84
/
.
/
test
/
tint
/
builtins
/
degrees.spvasm.expected.hlsl
blob: ef4fff85f6fc8a21adace4b268d36266d2b01704 [
file
]
float
tint_degrees
(
float
param_0
)
{
return
param_0
*
57.295779513082322865
;
}
void
main_1
()
{
float
a
=
0.0f
;
float
b
=
0.0f
;
a
=
42.0f
;
b
=
tint_degrees
(
a
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}