Function wgpu_texture_format_channels_and_subpixel_bytes

Source
pub fn wgpu_texture_format_channels_and_subpixel_bytes(
    format: TextureFormat,
) -> Result<(u32, u32), TextureError>