Figured I should add the reason why, is because just passing it through will cause the device to fail to be created because nobody supports VK_EXT_full_screen_exclusive on Linux.
It's an entirely Windows-centric extension.
- Joshie 🐸✨
On 10/13/20 10:42 PM, Joshua Ashton wrote:
winex11/winemac only does this for instance extensions.
VK_EXT_full_screen_exclusive is a device extension.
- Joshie 🐸✨
On 10/13/20 10:35 PM, Zebediah Figura wrote:
Why not do this the normal way, i.e. by modifying the code in winex11 and winemac?
Also, what's the point of faking the extension like this? Why not just pass it through?