blob: d3261007165e646f41d87afd6b0aa6d0d51bfe10 [file] [log] [blame]
out vec4 sk_FragColor;
in float a;
void main() {
sk_FragColor.x = exp2(a);
}