Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: xiaoniaojjj on July 30, 2014, 09:00:16 PM
-
This function only can work on above OpenGL2.0?
It doesn,t work the clip on less than OpenGL2.0?
-
Yes, only 2.0 is supported.
-
But ..... How to do it if less than 2.0
-
You can't. Less than 2 means GLES 1.1, and that means no shader support. No shaders = no clipping.
-
This error still happen when i build the apk for the Android.
It doesn't work when i set the Graphics level is "Automatic", But work fine when i set the Graphics level is "Force OpenGL2.0"
-
You are likely running into this because it's trying to use GLES 3 instead. I'm not sure why the shader doesn't work on GLES 3 since it should be compatible with 2, and I'm just using a very simple Unity shader. If you figure out why that is, please let the rest of us know so I can fix it. :)
-
I've confirm this error happen if from the OpenGL3.0 . work fine on the OpenGL2.0,
Could you help me to resolve it ?
-
Can you help to fix this error?
-
As I said, I don't know why the simple shader doesn't work on GLES 3. It would be a question for Unity.
-
If have any way to resolve it. Please let me know. Thank you so much.