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§
source§impl TextureCopy
impl TextureCopy
pub fn clamp_size_to_virtual( &mut self, full_src_size: &CopyExtent, full_dst_size: &CopyExtent )
Trait Implementations§
source§impl Clone for TextureCopy
impl Clone for TextureCopy
source§fn clone(&self) -> TextureCopy
fn clone(&self) -> TextureCopy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more