EndStreamPrimitive not supported when there is #extension GL_ARB_gpu_shader5
[platform/upstream/glslang.git] / Test / reflection.frag
1 #version 440 core\r
2 \r
3 in float inval;\r
4 \r
5 void main()\r
6 {\r
7     float f = inval;\r
8 }\r