Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git] / Test / spv.specConst.vert
blob3ea249802702cb295727b113f1e0047abcb9c4b1
1 #version 450\r
2 \r
3 layout(constant_id = 11) const int a = 8;\r
4 \r
5 void main()\r
6 {\r
7     gl_Position = vec4(1.0) / a;\r
8 }\r