Skip to content

shader: fix mismatching shader invariants on GL

On OpenGL with GLSL < 4.30 the invariant input specifiers must match the invariant output specifiers of the previous stage.

Fixes #75 (closed)

Tagged with Milestone 0.8.0 because it would be good to include this in the new release

Edited by Gert Wollny

Merge request reports