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