Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPURenderPassColorAttachment
Interface gpuGPURenderPassColorAttachment
interface
gpuGPURenderPassColorAttachment
{
clearValue
?:
number
[]
|
gpuGPUColorDict
;
depthSlice
?:
number
;
loadOp
:
string
;
resolveTarget
?:
gpuGPUTextureView
;
storeOp
:
string
;
view
:
gpuGPUTextureView
;
}
Index
Properties
clear
Value?
depth
Slice?
load
Op
resolve
Target?
store
Op
view
Properties
Optional
clear
Value
clear
Value
?:
number
[]
|
gpuGPUColorDict
Optional
depth
Slice
depth
Slice
?:
number
load
Op
load
Op
:
string
Optional
resolve
Target
resolve
Target
?:
gpuGPUTextureView
store
Op
store
Op
:
string
view
view
:
gpuGPUTextureView
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
clear
Value
depth
Slice
load
Op
resolve
Target
store
Op
view
@cloudflare/workers-types
Loading...