6 lines
53 B
GLSL
6 lines
53 B
GLSL
|
out int id;
|
||
|
|
||
|
void main() {
|
||
|
id = sk_InstanceID;
|
||
|
}
|