http://bugs.winehq.org/show_bug.cgi?id=59070
Bug ID: 59070 Summary: vkGetPhysicalDeviceProperties2 gives incorrect results in wow64 mode Product: Wine Version: 10.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winevulkan Assignee: wine-bugs@list.winehq.org Reporter: m101010a@gmail.com Distribution: ---
Created attachment 79853 --> http://bugs.winehq.org/attachment.cgi?id=79853 vkGetPhysicalDeviceProperties2 test program
When running the attached C++ program on Linux, and as a 64-bit program on wine, it prints 29 different image layouts. When run as a 32-bit program on wine (under wow64), it sometimes prints "Undefined" 29 times, and sometimes prints no image layouts at all. vkGetPhysicalDeviceProperties2 should consistently give the same results regardless of whether it is called from a 32-bit or 64-bit program.