pub(crate) type GPUImageCopyTexture = GPUImageCopyTexture<DomTypeHolder>;
Aliased Type§
pub(crate) struct GPUImageCopyTexture {
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>>