uniform half a, b; void main() { sk_FragColor.x = pow(a, b); }