Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPURenderPassDepthStencilAttachment
Interface gpuGPURenderPassDepthStencilAttachment
interface
gpuGPURenderPassDepthStencilAttachment
{
depthClearValue
?:
number
;
depthLoadOp
?:
string
;
depthReadOnly
?:
boolean
;
depthStoreOp
?:
string
;
stencilClearValue
?:
number
;
stencilLoadOp
?:
string
;
stencilReadOnly
?:
boolean
;
stencilStoreOp
?:
string
;
view
:
gpuGPUTextureView
;
}
Index
Properties
depth
Clear
Value?
depth
Load
Op?
depth
Read
Only?
depth
Store
Op?
stencil
Clear
Value?
stencil
Load
Op?
stencil
Read
Only?
stencil
Store
Op?
view
Properties
Optional
depth
Clear
Value
depth
Clear
Value
?:
number
Optional
depth
Load
Op
depth
Load
Op
?:
string
Optional
depth
Read
Only
depth
Read
Only
?:
boolean
Optional
depth
Store
Op
depth
Store
Op
?:
string
Optional
stencil
Clear
Value
stencil
Clear
Value
?:
number
Optional
stencil
Load
Op
stencil
Load
Op
?:
string
Optional
stencil
Read
Only
stencil
Read
Only
?:
boolean
Optional
stencil
Store
Op
stencil
Store
Op
?:
string
view
view
:
gpuGPUTextureView
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
depth
Clear
Value
depth
Load
Op
depth
Read
Only
depth
Store
Op
stencil
Clear
Value
stencil
Load
Op
stencil
Read
Only
stencil
Store
Op
view
@cloudflare/workers-types
Loading...