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