W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUImageCopyTexture
interface
GPUImageCopyTexture {
aspect?
:
GPUTextureAspect
;
mipLevel?
:
number
;
origin?
:
GPUOrigin3D
;
texture
:
GPUTexture
;
}
Properties
aspect?
:
GPUTextureAspect
mipLevel?
:
number
origin?
:
GPUOrigin3D
texture
:
GPUTexture
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUImageCopyTexture