Skip to content

glsl/linker: always validate explicit locations for first and last interfaces

Until now, we were only doing this when linking a SSO program. However, nothing avoids linking a non SSO program which doesn't have both a VS and FS. In those cases, we also need to report the usual linking errors, if happening.

Signed-off-by: Andres Gomez agomez@igalia.com

Merge request reports