On this page
GPUImageCopyTexture
interface GPUImageCopyTexture {
aspect?: GPUTextureAspect;
mipLevel?: number;
origin?: GPUOrigin3D;
texture: GPUTexture;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUImageCopyTexture