tests/shaders/set.vert
f2567f23
 #version 150
 
 
 out int instance_id;
 
 
 void main()
 {
     instance_id = gl_InstanceID;
 }