Type Alias wgpu_types::ImageCopyBuffer
source · 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.Expand description
Old name for a TexelCopyBufferInfo
.
Aliased Type§
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.