glslang/Test/spv.460.vert

7 lines
93 B
GLSL
Raw Permalink Normal View History

2017-07-24 05:11:41 +00:00
#version 460
void main()
{
int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID;
}