glsl: do not add unused AoA indices to the program resources list
glsl: do not add unused AoA indices to the program resources list
The same may be done for uniforms but collect_active_aoa_elements
must be
extended for structures (which is not required for vertex attributes).
Edited by Konstantin Lazukin