unplugged-vendor/external/deqp-deps/glslang/Test/spv.460.vert

7 lines
93 B
GLSL
Raw Normal View History

#version 460
void main()
{
int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID;
}