Function wgpu_core::command::transfer::extract_texture_selector

source ยท
pub(crate) fn extract_texture_selector<T>(
    copy_texture: &ImageCopyTexture<T>,
    copy_size: &Extent3d,
    texture: &Texture,
) -> Result<(TextureSelector, TextureCopyBase), TransferError>