Interface ImageCopyTexture

Defines the texture with origin offset for a texture write operation.

See

https://www.w3.org/TR/webgpu/#dictdef-gpuimagecopytexture

Hierarchy

  • ImageCopyTexture

Properties

mipLevel?: number

The texture mip level to write to. Defaults to 0

origin?: Origin3D

The origin offset of the texture for a write operation. Defaults to [0, 0, 0].

texture: Texture

The texture to write to.

Generated using TypeDoc