Skip to content

Add SPIRV deref access qualifiers

We seem to be missing non dynamically uniform flagging support on expressions (variables are fine). For example we just drop the non uniform qualifier in this case :

     imageLoad(data[nonuniformEXT(rIndex)], 0)

/cc @jekstrand @cmarcelo

This probably fairly wrong but it might get you guys thinking about how to propagate that information properly

Merge request reports