Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPUImageCopyTexture
Interface gpuGPUImageCopyTexture
interface
gpuGPUImageCopyTexture
{
aspect
?:
string
;
mipLevel
?:
number
;
origin
?:
number
[]
|
gpuGPUOrigin3DDict
;
texture
:
gpuGPUTexture
;
}
Index
Properties
aspect?
mip
Level?
origin?
texture
Properties
Optional
aspect
aspect
?:
string
Optional
mip
Level
mip
Level
?:
number
Optional
origin
origin
?:
number
[]
|
gpuGPUOrigin3DDict
texture
texture
:
gpuGPUTexture
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
aspect
mip
Level
origin
texture
@cloudflare/workers-types
Loading...