JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface GPUTexelCopyTextureInfo

    interface GPUTexelCopyTextureInfo {
        aspect?: GPUTextureAspect;
        mipLevel?: number;
        origin?: GPUOrigin3D;
        texture: GPUTexture;
    }

    Hierarchy (View Summary)

    Index
    mipLevel?: number
    origin?: GPUOrigin3D
    texture: GPUTexture