1#version 460
2
3void main()
4{
5    int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID;
6}
7