21 Feb
2024
21 Feb
'24
9:08 a.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5128#note_62169