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