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