Skip to content

nir/deref: Handle SSBO array bindings specially

Faith Ekstrand requested to merge gfxstrand/mesa:nir/ssbo-deref-fix-v1 into main

Instead of just checking for the variables to match, check that the entire deref up to the interface type matches. We also need to handle RESTRICT properly on SSBO bindings.

Merge request reports