blob: 7732a1e807ffbd73304650396f0e9430a82ce72a [file] [log] [blame]
uniform half a, b, c; void main() { sk_FragColor.x = fma(a, b, c); }