Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPURenderPassDescriptor
Interface gpuGPURenderPassDescriptor
interface
gpuGPURenderPassDescriptor
{
colorAttachments
:
gpuGPURenderPassColorAttachment
[]
;
depthStencilAttachment
?:
gpuGPURenderPassDepthStencilAttachment
;
label
?:
string
;
maxDrawCount
?:
number
|
bigint
;
occlusionQuerySet
?:
gpuGPUQuerySet
;
timestampWrites
?:
gpuGPURenderPassTimestampWrites
;
}
Index
Properties
color
Attachments
depth
Stencil
Attachment?
label?
max
Draw
Count?
occlusion
Query
Set?
timestamp
Writes?
Properties
color
Attachments
color
Attachments
:
gpuGPURenderPassColorAttachment
[]
Optional
depth
Stencil
Attachment
depth
Stencil
Attachment
?:
gpuGPURenderPassDepthStencilAttachment
Optional
label
label
?:
string
Optional
max
Draw
Count
max
Draw
Count
?:
number
|
bigint
Optional
occlusion
Query
Set
occlusion
Query
Set
?:
gpuGPUQuerySet
Optional
timestamp
Writes
timestamp
Writes
?:
gpuGPURenderPassTimestampWrites
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
color
Attachments
depth
Stencil
Attachment
label
max
Draw
Count
occlusion
Query
Set
timestamp
Writes
@cloudflare/workers-types
Loading...