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?