Skip to content

spirv: Bail when we see CounterBuffer decoration

Caio Oliveira requested to merge cmarcelo/mesa:r/spirv-counter-buffer-fix into master

This decoration can be ignored, so we can just skip the next steps. Otherwise we'd have to also handle it in apply_var_decoration.

Merge request reports