Interface gpuGPUImageCopyTexture

interface gpuGPUImageCopyTexture {
    aspect?: string;
    mipLevel?: number;
    origin?: number[] | gpuGPUOrigin3DDict;
    texture: gpuGPUTexture;
}

Properties

aspect?: string
mipLevel?: number
origin?: number[] | gpuGPUOrigin3DDict
texture: gpuGPUTexture