2 lines
76 B
Plaintext
2 lines
76 B
Plaintext
|
|
uniform float a; int b; void main() { sk_FragColor.x = half(ldexp(a, b)); }
|