Type Alias wgpu::core::command::ImageCopyBuffer
source · pub type ImageCopyBuffer = ImageCopyBuffer<Id<Buffer<Api>>>;Available on
wgpu_core only.Aliased Type§
struct ImageCopyBuffer {
pub buffer: Id<Buffer<Api>>,
pub layout: ImageDataLayout,
}Fields§
§buffer: Id<Buffer<Api>>The buffer to be copied to/from.
layout: ImageDataLayoutThe layout of the texture data in this buffer.