blob: 54a7041e4fff8dcfa3d71e1c22c9aa1e25d560e3 [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor.x = dFdx(1.0);
}