blob: 4b0d9070d26fa87a7ea9962d6e440d5ccdc37cfc [file] [log] [blame]
uniform half a; void main() { sk_FragColor.x = dFdx(a); }