Skip to content

render/vulkan: use wl_array for wlr_vk_shared_buffer.allocs

Simon Ser requested to merge emersion/wlroots:vk-allocs-array into master

Avoids the need to open-code the realloc() logic.

Not sure it's worth it, it's a bit cumbersome to get the last element of a wl_array.

Merge request reports