Skip to content

anv: Align inline uniform data to ANV_UBO_ALIGNMENT

If we're going to have a #define for UBO alignments, it's probably a good idea to make sure everything is aligned to that. This increases the alignment from 32B to 64B but that shouldn't hurt anyone.

Merge request reports