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

compiler options for shaders

Hello Forum,

Could someone help me to find Mali online compiler default compilation options or flags for shader code on Mali G78 device?

Thanks!

Parents
  • See my previous answer. Graphics shader compilers don't have any equivalent of command line compile options/flags.

    For online use there isn't even a command line application like a traditional CPU compiler. A GPU compiler is part of the graphics driver, and shaders are compiled using the appropriate OpenGL ES / Vulkan graphics API functions.

Reply
  • See my previous answer. Graphics shader compilers don't have any equivalent of command line compile options/flags.

    For online use there isn't even a command line application like a traditional CPU compiler. A GPU compiler is part of the graphics driver, and shaders are compiled using the appropriate OpenGL ES / Vulkan graphics API functions.

Children
No data