Skip to content

shader: Fix interpolation and invariant order

The interpolation specifier must be emitted after precision specifiers, so do just that. Also fix an error in passing the invariant flag info from one stage to the next.

Fixes #128 (closed)

Merge request reports