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