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