Struct wgpu_hal::TextureCopy
source · [−]pub struct TextureCopy {
pub src_base: TextureCopyBase,
pub dst_base: TextureCopyBase,
pub size: CopyExtent,
}
Fields
src_base: TextureCopyBase
dst_base: TextureCopyBase
size: CopyExtent
Implementations
pub fn clamp_size_to_virtual(
&mut self,
full_src_size: &CopyExtent,
full_dst_size: &CopyExtent
)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureCopy
impl Send for TextureCopy
impl Sync for TextureCopy
impl Unpin for TextureCopy
impl UnwindSafe for TextureCopy
Blanket Implementations
Mutably borrows from an owned value. Read more