xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/spv.targetOpenGL.vert (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1#version 450
2
3layout(constant_id = 3) const int a = 2;
4layout(location = 2) uniform float f;
5layout(location = 4, binding = 1) uniform sampler2D s1;
6layout(binding = 2) uniform sampler2D s2;
7
8void main()
9{
10}
11