blob: 9e73c367bbad6f63e404c83be2d4c9c99271eb1b [file] [log] [blame]
void main(float2 coord) {
sk_OutColor = half4(coord, coord);
}