[][src]Function wgpu_native::command_encoder_copy_texture_to_buffer

pub fn command_encoder_copy_texture_to_buffer<B: GfxBackend>(
    global: &Global,
    command_encoder_id: CommandEncoderId,
    source: &TextureCopyView,
    destination: &BufferCopyView,
    copy_size: Extent3d
)