Skip to content

glsl: do not add unused AoA indices to the program resources list

Konstantin Lazukin requested to merge fix/92822_remove_unused_aoa_attributes into main

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

Merge request reports