Skip to content

glsl: fix constant in parameter check

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

Only checking the type means we would incorrectly throw an error for arrays of constants.

Fixes: ac0f8bae ("glsl: Combine AST-level and IR-level parameter mode checking loops.")

Closes: #6365 (closed)

Merge request reports