1layout(key) in half4 color;
2half4 main() {
3    return color;
4}
5