Type Alias wgpu_core::command::transfer::ImageCopyBuffer
source · pub type ImageCopyBuffer = TexelCopyBufferInfo<BufferId>;
👎Deprecated since 24.0.0: This has been renamed to
TexelCopyBufferInfo
, and will be removed in 25.0.0.Aliased Type§
struct ImageCopyBuffer {
pub buffer: Id<Buffer>,
pub layout: TexelCopyBufferLayout,
}
Fields§
§buffer: Id<Buffer>
The buffer to be copied to/from.
layout: TexelCopyBufferLayout
The layout of the texture data in this buffer.