Answers for "android dev opengl es"

1

android dev opengl es

<!-- Tell the system this app requires OpenGL ES 2.0. -->
<uses-feature android:glEsVersion="0x00020000" android:required="true" />

Put the xml code above to tell the system that you are using openGL ES 2.0
Posted by: Guest on November-24-2020

Browse Popular Code Answers by Language