xref
: /
external
/
deqp-deps
/
glslang
/
Test
/
spv.460.vert
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#version 460
2
3
void main()
4
{
5
int a = gl_BaseVertex + gl_BaseInstance + gl_DrawID;
6
}
7