Skip to content

zink: malloc/sizeof mismatch

Thomas Andersen requested to merge phomes/mesa:zink-sizeof-malloc into main

buffer_infos is VkBufferView* but malloc is using the size of VkImageView. The size is the same but this fixes a warning

Merge request reports