2 lines
63 B
Plaintext
2 lines
63 B
Plaintext
|
|
uniform half a, b; void main() { sk_FragColor.x = pow(a, b); }
|