5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
|
uniform half4 color;
|
||
|
void main() {
|
||
|
sk_OutColor = color;
|
||
|
}
|