Open LuisEscorza opened 2 days ago
Fallback seems to only work if a specific rendering API is completely unsupported. Check of its capabilities is done after fallback checks (in rendering_device->initialize
instead of rendering_context->initialize()
). This is the same for all platforms.
Tested versions
System information
Ipad 6th gen - iPad OS 17.5.1
Issue description
Title, I tried deploying and opening an app on an iPad 6th gen (iPadOS 17.5.1), but it doesn't work (manually setting the renderer from
forward_plus
ormobile
togl_compatibility
does work, but it makes the fallback option completely pointless).Console output on Xcode:
Steps to reproduce
Export iOS project and open it.
Minimal reproduction project (MRP)
Can be tested with an empty project, as the fallback option in the project settings is enabled by default, so no MRP needed.