openGL library usage on Android platform

Is it possible to use the openGL4 library on Android platform using unity?
In general, we on Android we use openGLES libraries. I ported openGL4 onto Android platform.

Can I develop an application/use an existing app on Unity to make use of openGL4 that exists on Android platform?

I come across running unity editor with -force-glcore option. Will this help me in using opengl core on Android also? (or) Do I need to make engine code changes to add support for openGL for Android?

No. Only OpenGL ES is supported.

1 Like

Is Unity open source engine? I can only see Unity based projects in github but, not engine source code. If the code is available we can try adding openGL support right? Does Unity uses native OpenGL ES libs or Android SDK APIs? Because, while setting up Android targeted project it asked for SDK path.

No.

Native OpenGL ES libs.