Skip to content

nir/lower_uniforms: avoid creating multiple ubo0 variables

Mike Blumenkrantz requested to merge zmike/mesa:nir-lower_ubo0 into main

if the pass is run repeatedly, it should just modify the variable it created the last time the pass was run, not create a new variable

Merge request reports