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

Mali400 , supported GLSL versions?

Dear Forum,

Could you please post the all the GLSL versions supported by Mali 400.

where can I find OpenGLES vertion -->GLSL version mapping.

kindly please share the details.

Thanks

Ravinder Are

Parents
  • Hi Ravinder,

    The Mali-400 GPU is based on the Utgard Architecture. This architecture supports up to and including OpenGL ES 2.0 API.

    There is only one version of GLSL (ESSL) that is supported with this version of API, and that is:

    #version 100

    I hope that helps.

    Kind Regards,

    Michael McGeagh

Reply
  • Hi Ravinder,

    The Mali-400 GPU is based on the Utgard Architecture. This architecture supports up to and including OpenGL ES 2.0 API.

    There is only one version of GLSL (ESSL) that is supported with this version of API, and that is:

    #version 100

    I hope that helps.

    Kind Regards,

    Michael McGeagh

Children