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