Type Alias wgpu::core::command::ImageCopyBuffer

pub type ImageCopyBuffer = ImageCopyBuffer<Id<Buffer>>;
Available on wgpu_core only.

Aliased Type§

struct ImageCopyBuffer {
    pub buffer: Id<Buffer>,
    pub layout: ImageDataLayout,
}

Fields§

§buffer: Id<Buffer>

The buffer to be copied to/from.

§layout: ImageDataLayout

The layout of the texture data in this buffer.