1@constructorParams { int x, float y, std::vector<float> z }
2in float w;
3half4 main() {
4    return half4(1);
5}
6