deno / 1.23.2 / ~ / gpuimagecopytexture.html /

GPUImageCopyTexture

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

Properties

aspect? : GPUTextureAspect
mipLevel? : number
origin? : GPUOrigin3D
texture : GPUTexture