6 lines
70 B
GLSL
6 lines
70 B
GLSL
layout(location=1) out int id;
|
|
|
|
void main() {
|
|
id = sk_VertexID;
|
|
}
|