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