5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
|
uniform half4 color;
|
||
|
|
half4 main() {
|
||
|
|
return color;
|
||
|
|
}
|