- glsl-versionparameter
The default GLSL version used by shaders. Defaults to 120 on GL ES platforms, 330 otherwise. When compiling a file with a shader, this modifying this parameter will only take effect if you change it before the compilation phase. E.g.:
(use-for-syntax glls) (begin-for-syntax (glsl-version 300))