GPURenderBundleEncoderDescriptor
class GPURenderBundleEncoderDescriptor
Describes a render bundle encoder.
Summary
Nested types |
|---|
|
Builder for |
Public constructors |
|---|
Public constructors
GPURenderBundleEncoderDescriptor
Added in 1.0.0-alpha05
GPURenderBundleEncoderDescriptor(
label: String? = null,
colorFormats: IntArray = intArrayOf(),
depthStencilFormat: Int = TextureFormat.Undefined,
sampleCount: Int = 1,
depthReadOnly: Boolean = false,
stencilReadOnly: Boolean = false
)