b1e74a1bb1
Noticed renderdoc complaining about our size : RDOC 692028: [18:08:18] vk_core.cpp(2272) - Warning - VkPhysicalDeviceDescriptorBufferPropertiesEXT.imageCaptureReplayDescriptorDataSizeis too large at 32 (must be <= 16), can't support capture of VK_EXT_descriptor_buffer Since we only need 2 pointers (main + private), we can shrink this to 16bytes. The 1/2 planes have a relative offset from the base. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38625>