Home > other >  OpenGL ES of the Android platform in support of what is going on?
OpenGL ES of the Android platform in support of what is going on?

Time:01-08

OpenGL ES of the Android platform in support of what is going on?

CodePudding user response:

Android support some version of the OpenGL ES API, as follows:
OpenGL ES 1.0 and 1.1
Support on Android 1.0 and higher version

OpenGL ES 2.0
In Android 2.2 (API level 8) and higher version support

OpenGL ES 3.0
In Android 4.3 (API level 18), and higher version support

OpenGL ES 3.1
After the Android 5.0 support
  • Related