Skip to content

glsl: move invariant builtin validation to the nir linker

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

We don't attempt to recreate a nir implementation of the symbol table instead here we simply use location to find the variables we need to validate.

Merge request reports