Skip to content

nir: Set the alignment for SSBO lowering

Icecream95 requested to merge icecream95/mesa:ssbo into master

The alignment can just be copied from the source intrinsic.

Fixes the validation assertion nir_intrinsic_align_offset(instr) < nir_intrinsic_align_mul(instr).

Merge request reports