1layout(location=1) out int id;
2
3void main() {
4    id = sk_InstanceID;
5}
6