5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
|
layout(tracked) in uniform half4 color;
|
||
|
|
half4 main() {
|
||
|
|
return color;
|
||
|
|
}
|