Struct wgpu_hal::TextureCopyBase
source · [−]pub struct TextureCopyBase {
pub mip_level: u32,
pub array_layer: u32,
pub origin: Origin3d,
pub aspect: FormatAspects,
}
Fields
mip_level: u32
array_layer: u32
origin: Origin3d
Origin within a texture. Note: for 1D and 2D textures, Z must be 0.
aspect: FormatAspects
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureCopyBase
impl Send for TextureCopyBase
impl Sync for TextureCopyBase
impl Unpin for TextureCopyBase
impl UnwindSafe for TextureCopyBase
Blanket Implementations
Mutably borrows from an owned value. Read more