blob: d1397847b6afbe0c13237e4bce78f08db366fc3e [file] [log] [blame]
uniform half4 colorRed;
half4 main() {
return colorRed.RBTL;
}