Georg Lehmann (@DadSchoorse) commented about dlls/winevulkan/vulkan_private.h:
struct wine_device_memory { VkDeviceMemory host_memory;
- VkDeviceSize size; void *mapping;
};
This is an existing issue, but this struct needs a `struct wine_vk_mapping;` and handling like the other wrapped handles.