• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2layout (location = 1) out int id;
3void main() {
4    id = gl_VertexID;
5}
6