blob: 49aef35c16fa34bc8f80617c17742ae46da55d99 [file] [log] [blame]
out vec4 sk_FragColor;
uniform float a;
void main() {
sk_FragColor.x = dFdy(a);
}