diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/render/vulkan.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/render/vulkan.h b/include/render/vulkan.h index 104e65a5..74df5a75 100644 --- a/include/render/vulkan.h +++ b/include/render/vulkan.h @@ -275,10 +275,7 @@ struct wlr_vk_shared_buffer { VkBuffer buffer; VkDeviceMemory memory; VkDeviceSize buf_size; - - size_t allocs_size; - size_t allocs_capacity; - struct wlr_vk_allocation *allocs; + struct wl_array allocs; // struct wlr_vk_allocation }; // Suballocated range on a buffer. |