This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GL_OES_EGL_image_external with GLES 3.0

Hi,

I have checked on the device, which has "GL_OES_EGL_image_external" extension. But when I run the fragment shader, I got following compilation error.

I/Debug(15234): OpenGL vendor: ARM

I/Debug(15234): OpenGL renderer: Mali-T624

I/Debug(15234): OpenGL version: OpenGL ES 3.0

I/Debug(15234): 0:2: P0003: Extension 'GL_OES_EGL_image_external' not supported

I/Debug(15234): 0:5: L0001: Expected token '{', found 'identifier'

I/Debug(15234): Shader compilation failed

I've tried to change version number, it doesn't seem to work. Is there any solution so far or suggestion for this issue?

Thank you very much in advance!