4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
void main(float2 coord) {
|
||
|
sk_OutColor = half4(coord, coord);
|
||
|
}
|