Skip to content

turnip: Assert about the storage buffer offset alignment.

Emma Anholt requested to merge anholt/mesa:tu-push-desc into master

Giving us an unaligned pointer is invalid, and this helps switch a CTS bug from being a flake to a consistent crash.

https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2661

Merge request reports