Skip to content

tu: Make sure spirv_to_nir knows we support imageStorageWithoutFormat.

Emma Anholt requested to merge anholt/mesa:tu-storagewithoutformat-fix into master

You have to set these flags along with the extension, or you get a bunch of warnings from spirv-to-nir.

Fixes: e781cc70 ("tu: Expose shaderStorageImage*WithoutFormat")

Merge request reports