toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.gpu
/
GPURenderPassDescriptor
GPURender
Pass
Descriptor
external
interface
GPURenderPassDescriptor
:
GPUObjectDescriptorBase
(
source
)
Members
Properties
color
Attachments
Link copied to clipboard
abstract
val
colorAttachments
:
ReadonlyArray
<
GPURenderPassColorAttachment
?
>
depth
Stencil
Attachment
Link copied to clipboard
abstract
val
depthStencilAttachment
:
GPURenderPassDepthStencilAttachment
?
label
Link copied to clipboard
abstract
val
label
:
String
?
occlusion
Query
Set
Link copied to clipboard
abstract
val
occlusionQuerySet
:
GPUQuerySet
?
timestamp
Writes
Link copied to clipboard
abstract
val
timestampWrites
:
GPURenderPassTimestampWrites
?