If Android Phone supports Vulkan, OpenGL ES2 and ES3 what is the order of preference of API calls

@arindamnsit

And just to be clear, because I think this is important to mention( @aleksandrk also said this in another post ), that all devices that support Vulkan, also support OpenGLES3. So if you put OpenGLES3 before Vulkan, it will guarantee Vulkan will never be selected.

1 Like