4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
|
half4 main(float2 coord) {
|
||
|
|
return half4(coord, coord);
|
||
|
|
}
|