4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
half4 main(float2 coords) {
|
|
return half4(coords.x, coords.y, 1, 1);
|
|
}
|