pub(crate) type GPUTexelCopyTextureInfo = GPUTexelCopyTextureInfo<DomTypeHolder>;Aliased Type§
pub(crate) struct GPUTexelCopyTextureInfo {
pub aspect: GPUTextureAspect,
pub mipLevel: u32,
pub origin: Option<RangeEnforcedUnsignedLongSequenceOrGPUOrigin3DDict>,
pub texture: Root<Dom<GPUTexture>>,
}Fields§
§aspect: GPUTextureAspect§mipLevel: u32§origin: Option<RangeEnforcedUnsignedLongSequenceOrGPUOrigin3DDict>§texture: Root<Dom<GPUTexture>>