|
|
|
|
|
by pjmlp
1959 days ago
|
|
All mobile devices means only up to version 2.0. Version 3.0 is the latest on iDevices and while Android can do up to 3.2, it is an optional API. Likewise, Metal is the name of the game on iOS nowadays, and Vulkan was introduced in Android 7 as optional API, and only became mandatory in Android 10. Vulkan also carries on the tradition of Khronos APIs, extension spaghetti, so while a device might support Vulkan, it doesn't mean it supports the Vulkan that the application actually needs. https://vulkan.gpuinfo.org/listdevices.php?platform=android |
|