pub fn map_storage_format_to_naga( format: TextureFormat, ) -> Option<StorageFormat>
Map a [wgt::TextureFormat] to the corresponding [naga::StorageFormat], if any.
wgt::TextureFormat
naga::StorageFormat