blob: 4833a8e0625d0619cbc93bd964829d61b850344c [file] [log] [blame]
uniform half4 colorRed;
half4 main(float2 coords) {
return colorRed.RBTL;
}