• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1uniform half a, b, c; void main() { sk_FragColor.x = fma(a, b, c); }
2