blob: 75f8f5139a78f35d11415565c6c4f9e2d9596402 [file] [log] [blame]
layout (location = 1) out int id;
void main() {
id = gl_VertexID;
}