5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
layout(tracked) in uniform half4 color;
|
||
|
void main() {
|
||
|
sk_OutColor = color;
|
||
|
}
|