5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
in uniform half2 point;
|
||
|
void main() {
|
||
|
sk_OutColor = half4(point, point);
|
||
|
}
|