Type Definition wgpu::ImageCopyBuffer

source ·
pub type ImageCopyBuffer<'a> = ImageCopyBufferBase<&'a Buffer>;
Expand description

View of a buffer which can be used to copy to/from a texture.

Corresponds to WebGPU GPUImageCopyBuffer.