6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
|
uniform half4 colorRed;
|
||
|
|
|
||
|
|
half4 main(float2 coords) {
|
||
|
|
return colorRed.RBTL;
|
||
|
|
}
|