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

why is the "select renderer" gray in shader development studio as shown in the attachment?

I refer to the DUI0504C_mali_gpu_shader_development_studio_ug.pdf ,and set the render,how to solve this problem? 58.jpg

  • Hi xinlove,

    Could you please make sure that:

    • you are using OpenGL ES 2.0 Emulator, preferably v1.3
    • On Linux machine: environmental variable LD_LIBRARY_PATH is configured to point to OpenGL ES 2.0 Emulator libraries folder
      (run following command in the same terminal you launch Eclipse from: export LD_LIBRARY_PATH=<path to OpenGL ES 2.0 Emulator folder>/bin )
    • libGL.so is available in your system

    Hope that helps,

    Jacek

  • Hi xinlove,

    Does this helpfully/correctly answer your question? If so, it would be great if you could mark the question as "answered" - this way future users can be sure of the correct answer if they ever have the same question.

    Thanks!

    Ellie