@feng3d/render-api
    Preparing search index...

    Interface CopyTextureToTexture

    GPU纹理间拷贝。

    GPUCommandEncoder.copyTextureToTexture

    interface CopyTextureToTexture {
        __type__: "CopyTextureToTexture";
        copySize: TextureSize;
        destination: ImageCopyTexture;
        source: ImageCopyTexture;
    }
    Index

    Properties

    __type__: "CopyTextureToTexture"

    数据类型。

    copySize: TextureSize

    拷贝的尺寸。

    destination: ImageCopyTexture

    Combined with copySize, defines the region of the destination texture subresources.

    Combined with copySize, defines the region of the source texture subresources.