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