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