zink: Align descriptor buffers to descriptorBufferOffsetAlignment
Instead of aligning offsets, we just align the size every time we query it. This simplifies our offset and size calculations later since we can always just add up descriptor buffer sizes and know that we'll be okay. Acked-by:Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Fixes: 7ab5c5d3 ("zink: use EXT_descriptor_buffer with ZINK_DESCRIPTORS=db") Part-of: <!30580>