1#version 450
2
3layout(constant_id = 3) const int a = 2;
4
5layout(push_constant) uniform pc { float f; };
6
7void main()
8{
9}
10