Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPURenderPassDescriptor
GPURender
Pass
Descriptor
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
?
max
Draw
Count
Link copied to clipboard
abstract
val
maxDrawCount
:
GPUSize64
?
occlusion
Query
Set
Link copied to clipboard
abstract
val
occlusionQuerySet
:
GPUQuerySet
?
timestamp
Writes
Link copied to clipboard
abstract
val
timestampWrites
:
GPURenderPassTimestampWrites
?