Skip to content

glsl: add support for glsl es 310 to standalone compiler

Timothy Arceri requested to merge tarceri/mesa:fix_standalone into main

glsl: add support for glsl es 310 to standalone compiler

This simple helps detect if we are using es or not.

Without this the ir3 compiler exits with the error message "Unrecognized GLSL version `310'"

Merge request reports