blob: 74c1e1e666625f52ca19cb9a1d2e5b040692783a [file] [log] [blame]
uniform half a, b; void main() { sk_FragColor.x = pow(a, b); }