Type Alias ImageCopyBuffer

pub type ImageCopyBuffer<B> = TexelCopyBufferInfo<B>;
👎Deprecated since 24.0.0: This has been renamed to TexelCopyBufferInfo, and will be removed in 25.0.0.
Available on crate feature unstable-wgpu-24 only.
Expand description

Old name for a TexelCopyBufferInfo.

Aliased Type§

#[repr(C)]
pub struct ImageCopyBuffer<B> { pub buffer: B, pub layout: TexelCopyBufferLayout, }

Fields§

§buffer: B

The buffer to be copied to/from.

§layout: TexelCopyBufferLayout

The layout of the texture data in this buffer.