Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git] / Test / spv.deviceGroup.frag
blob649648976487318ad40ec0ffab88c9749c8a3986
1 #version 450
3 #extension GL_EXT_device_group : enable
5 out vec4 color;
7 void main() {
8     color = vec4(gl_DeviceIndex, 0, 0, 0);