Any chances we might see the macOS client supporting the Metal API? Some games like the Elder Scrolls Online did it and the results are pretty good
Any chances we might see the macOS client supporting the Metal API? Some games like the Elder Scrolls Online did it and the results are pretty good
No, almost assuredly not. Metal isn't a magical save-all and would require actually implementing a native macOS FFXIV client which is not what Square Enix did. The Mac client is actually just the Windows client, directx calls and exe files and all, with a slightly customized Wine wrapper. A lot of the time, you can even squeeze better performance from stock Wine compiled for Mac than you can using the actual Mac client, but that can lead to some weird licensing issues, as many Linux users can attest.
The closest thing to Metal support you might see is if MoltenVK (the Vulkan to Metal compatibility layer) gets support from DXVK (the DirectX to Vulkan compatibility layer/addon for Wine). So you'd effectively then have DirectX -> Vulkan -> Metal calls being made. (Which could very well still be more performant than Apple's increasingly bad OpenGL support and lack of native Vulkan support).
But at the end of the day, the amount of Mac-only users will not justify the costs of a native client, which is the root of the problem. You're probably better off using Bootcamp if you can or dual-booting to Linux to use Wine + DXVK or Steam's Proton wrapper (which itself is also just a fork of Wine and other things) to play the game than to use macOS.
FWIW, this appears to be exactly the path the current version of CodeWeavers' Crossover system (built atop WINE) actually follows on Catalina; if you split open the current FFXIV macOS client (built atop Crossover) to get at the WINE bottle and run it in debugging mode on Cat—say, to try to figure out for someone why it's not working with Intel Iris graphics chips on Catalina any longer—you'll see DXVK initialize and then attempt to initialize Vulkan, which itself kicks off MoltenVK, and then you'll see MoltenVK initialize the Metal frameworks.The closest thing to Metal support you might see is if MoltenVK (the Vulkan to Metal compatibility layer) gets support from DXVK (the DirectX to Vulkan compatibility layer/addon for Wine). So you'd effectively then have DirectX -> Vulkan -> Metal calls being made. (Which could very well still be more performant than Apple's increasingly bad OpenGL support and lack of native Vulkan support).
(Which is, I'm fairly sure, actually the root cause of why it no longer works with integrated graphics on Catalina; DXVK requires Vulkan 1.1 to properly simulate DirectX 11, and the features available on an Intel Iris integrated graphics chipset via Metal are sufficient to emulate Vulkan 1.0—really, I think it's 1.02, but I don't remember offhand—not 1.1. As a result, ffxiv_dx11.exe is told that DX11 is supported, attempts to initialize DX11, kicks off DXVK, which kicks off MoltenVK, which provides a Vulkan 1.0 interface, which DXVK says isn't enough... but it's not an error that can surface in a normal manner so things apparently just attempt to reinitialize in an endless loop, and you end up with an empty black window and a program desperately trying to figure out where its graphics API has gone.)
Last edited by Packetdancer; 03-07-2020 at 02:30 AM.
|
![]() |
![]() |
![]() |
|
Cookie Policy
This website uses cookies. If you do not wish us to set cookies on your device, please do not use the website. Please read the Square Enix cookies policy for more information. Your use of the website is also subject to the terms in the Square Enix website terms of use and privacy policy and by using the website you are accepting those terms. The Square Enix terms of use, privacy policy and cookies policy can also be found through links at the bottom of the page.