1uniform half4 colorRed;
2
3half4 main(float2 coords) {
4    return colorRed.RBTL;
5}
6