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