5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
|
in uniform half2 point;
|
||
|
|
half4 main() {
|
||
|
|
return half4(point, point);
|
||
|
|
}
|