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