map_storage_format_to_naga

Function map_storage_format_to_naga 

Source
pub fn map_storage_format_to_naga(
    format: TextureFormat,
) -> Option<StorageFormat>
Expand description

Map a [wgt::TextureFormat] to the corresponding [naga::StorageFormat], if any.