Interface CopyTextureToTexture

GPU纹理间拷贝。

GPUCommandEncoder.copyTextureToTexture

Hierarchy

  • CopyTextureToTexture

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.

Generated using TypeDoc