Skip to content

nir/lower_io_arrays_to_elements: don't crash when hitting an indirect deref

Mike Blumenkrantz requested to merge zmike/mesa:stop_crashing into master

crashing here is really not an option. if an indirect deref is reached, just skip it

fixes spec@arb_tessellation_shader@execution@variable-indexing.* for zink

Merge request reports