GPURenderBundleEncoderDescriptor


class GPURenderBundleEncoderDescriptor


Describes a render bundle encoder.

Summary

Public constructors

GPURenderBundleEncoderDescriptor(
    label: String?,
    colorFormats: IntArray,
    depthStencilFormat: Int,
    sampleCount: Int,
    depthReadOnly: Boolean,
    stencilReadOnly: Boolean
)

Public constructors

GPURenderBundleEncoderDescriptor

Added in 1.0.0-alpha04
GPURenderBundleEncoderDescriptor(
    label: String? = null,
    colorFormats: IntArray = intArrayOf(),
    depthStencilFormat: Int = TextureFormat.Undefined,
    sampleCount: Int = 1,
    depthReadOnly: Boolean = false,
    stencilReadOnly: Boolean = false
)

Public properties

colorFormats

Added in 1.0.0-alpha04
var colorFormatsIntArray

depthReadOnly

Added in 1.0.0-alpha04
var depthReadOnlyBoolean

depthStencilFormat

Added in 1.0.0-alpha04
var depthStencilFormatInt

label

Added in 1.0.0-alpha04
var labelString?

A human-readable label for debugging.

sampleCount

Added in 1.0.0-alpha04
var sampleCountInt

stencilReadOnly

Added in 1.0.0-alpha04
var stencilReadOnlyBoolean