Skip to content

vrend: Lie yet a bit more about the GLSL feature level

To properly use compute shaders in the guest when running on a GL ES host it is better to advertice GLSL level 430, because otherwise compute shaders that don't explicitly add the extension ARB_compute_shaders to the shader will not compile.

Fixes #99 (closed)

Edited by Gert Wollny

Merge request reports