blob: 72d4e775f4af4f0a0f9093f607031e48d313b7d6 [file] [log] [blame]
#version 460
void main()
{
int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID;
}