blob: b949ba6aff8f1803de1b2c08a25787b491646c2e [file] [log] [blame]
layout(tracked) in uniform half4 color;
half4 main() {
return color;
}