I want to use #version 130, how can I change that in GUI or in the command line GLSLESCompiler_Rogue.exe?
Hello,
Our compilers only support GLSL ES and SPIRV, so you cannot just use #version 130, you need to use #version 130 es.
Regards.
Carlos.