pub fn texel_copy_texture_info<'a>() -> TexelCopyTextureInfoBuilder<'a, Empty>Expand description
Returns TexelCopyTextureInfoBuilder for building wgpu::TexelCopyTextureInfo
Set all required fields and any optional fields, then call build().
Builder field setters:
- texture Required
- mip_level Required
- origin Optional, defaults to wgpu::Origin3d::ZERO
- aspect Optional, defaults to wgpu::TextureAspect::All