Skip to content

radv: Fix swizzled VS input loads when some components are unused.

Timur Kristóf requested to merge Venemo/mesa:radv_nir_fix_vs_input_swizzle into main

Fix how out-of-bounds loads are decided. It was incorrect because it mismatched the swizzle. The decision is now made using the loaded num_components.

Merge request reports

Loading