4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
|
|
half4 main(float2) {
|
||
|
|
return half4(sk_FragCoord.yx11);
|
||
|
|
}
|