Struct wgpu_types::ImageCopyBuffer [−][src]
#[repr(C)]pub struct ImageCopyBuffer<B> { pub buffer: B, pub layout: ImageDataLayout, }
Expand description
View of a buffer which can be used to copy to/from a texture.
Fields
buffer: BThe buffer to be copied to/from.
layout: ImageDataLayoutThe layout of the texture data in this buffer.
Trait Implementations
Auto Trait Implementations
impl<B> RefUnwindSafe for ImageCopyBuffer<B> where
B: RefUnwindSafe, impl<B> Send for ImageCopyBuffer<B> where
B: Send, impl<B> Sync for ImageCopyBuffer<B> where
B: Sync, impl<B> Unpin for ImageCopyBuffer<B> where
B: Unpin, impl<B> UnwindSafe for ImageCopyBuffer<B> where
B: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more