defold
defold copied to clipboard
Make Vulkan the default on Android
Make Vulkan (and MoltenVK) the default on platforms where Vulkan is supported and use OpenGL as a fallback.
Possibly exclude certain GPUs from Vulkan (Mali-400 etc). Check with Android team.
The recommendation is to only make Vulkan the default on Android S and newer.
I rename it into android specific task, because we have another general Vulkan task https://github.com/defold/defold/issues/8100
According to @Jhonnyg we need to finish https://github.com/defold/defold/issues/4683 before switching over to Vulkan as the default.