Hey guys, so we have an initial version of the mobile renderer working on Vulkan released with 4.12. It is aimed at Android developers and mobile emulation on PC/Desktop.
Best way to test on PC is to run the editor adding -game -vulkan -featureleveles31 to your command line.
Trying to run the Editor under Vulkan (ie not adding -game and having -vulkan) is not supported (yet!). Trying to run a non-ES3.1 path (like -SM4 or -SM5) is not supported (yet!).
We're working hard on making Vulkan a great RHI for people to use, so pardon our dust
Best way to test on PC is to run the editor adding -game -vulkan -featureleveles31 to your command line.
Trying to run the Editor under Vulkan (ie not adding -game and having -vulkan) is not supported (yet!). Trying to run a non-ES3.1 path (like -SM4 or -SM5) is not supported (yet!).
We're working hard on making Vulkan a great RHI for people to use, so pardon our dust

Comment