blob: b40ab4ba14e33cdb302d1698a811a299e9f083c3 [file] [log] [blame]
out vec4 sk_FragColor;
in float a;
void main() {
sk_FragColor.x = radians(a);
}