Sign in
dawn
/
dawn
/
c7d8f10bb775ba798ee61425f1af1b555604d27d
/
.
/
test
/
tint
/
builtins
/
radians.spvasm.expected.glsl
blob: 18f361f92b990137eb2859193078d94cf87a62b6 [
file
] [
log
] [
blame
]
#version 310 es
void
main_1
()
{
float
a
=
0.0f
;
float
b
=
0.0f
;
a
=
42.0f
;
b
=
radians
(
a
);
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
main_1
();
}