Skip to content

glsl: fix spirv sso validation

Timothy Arceri requested to merge tarceri/mesa:fix_spriv_sso_validation into main

The api validation calls will segfault without this as it will try to fallback to string matching names which are NULL. This would be incorrect behaviour even is the names weren't NULL so here we correctly set the explicit location flag.

Closes: #9483 (closed) Fixes: ffdb44d3 ("nir/linker: Add inputs/outputs to the program resource list")

Merge request reports