4 // require_extensions: GL_ARB_gpu_shader5
8 // From the ARB_shading_language_420pack spec:
10 // "More than one layout qualifier may appear in a single declaration. If
11 // the same layout-qualifier-name occurs in multiple layout qualifiers for
12 // the same declaration, the last one overrides the former ones."
15 #extension GL_ARB_gpu_shader5 : enable
20 layout(stream=2) layout(stream=1) out vec3 var;