blob: 845e384c37ec7a0bb8d5b79b0e697ccd8e3e3675 [file] [log] [blame]
uniform half4 color;
void main() {
sk_OutColor = color;
}