On Wed Feb 21 09:08:10 2024 +0000, Georg Lehmann wrote:
Do we need to anything special if the application uses placed map and doesn't reserve on unmap? The Vulkan driver will munmap, but is wine's allocator aware of that?
It needs a bit more tweaking, we'd need store the memory to application-provided mapping and unmap it ourselves. A bit more care is also needed for reported features. I added it in the new version together with better features reporting.