#version 450
#extension GL_EXT_device_group : require
void main()
{
gl_Position = vec4(float(gl_DeviceIndex));
}