@nextcloud/dialogs
Preparing search index...
<internal>
GPURenderPassDescriptor
Interface GPURenderPassDescriptor
interface
GPURenderPassDescriptor
{
colorAttachments
:
(
GPURenderPassColorAttachment
|
null
)
[]
;
depthStencilAttachment
?:
GPURenderPassDepthStencilAttachment
;
label
?:
string
;
maxDrawCount
?:
number
;
occlusionQuerySet
?:
GPUQuerySet
;
timestampWrites
?:
GPURenderPassTimestampWrites
;
}
Hierarchy (
View Summary
)
GPUObjectDescriptorBase
GPURenderPassDescriptor
Index
Properties
color
Attachments
depth
Stencil
Attachment?
label?
max
Draw
Count?
occlusion
Query
Set?
timestamp
Writes?
Properties
color
Attachments
colorAttachments
:
(
GPURenderPassColorAttachment
|
null
)
[]
Optional
depth
Stencil
Attachment
depthStencilAttachment
?:
GPURenderPassDepthStencilAttachment
Optional
label
label
?:
string
Optional
max
Draw
Count
maxDrawCount
?:
number
Optional
occlusion
Query
Set
occlusionQuerySet
?:
GPUQuerySet
Optional
timestamp
Writes
timestampWrites
?:
GPURenderPassTimestampWrites
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
Attachments
depth
Stencil
Attachment
label
max
Draw
Count
occlusion
Query
Set
timestamp
Writes
@nextcloud/dialogs
Loading...