Skip to content

compiler/glsl: Reduce scope of is_anonymous

Caio Oliveira requested to merge cmarcelo/mesa:glsl-move-is-anonymous into main

This a GLSL parser specific detail, so move it there. Also add a comment pointing to where #anon prefix is used.

Merge request reports