ComputePassDescriptor


class ComputePassDescriptor


A descriptor for starting a compute pass.

Summary

Public constructors

ComputePassDescriptor(
    label: String?,
    timestampWrites: PassTimestampWrites?
)

Public properties

String?

The label for the compute pass.

PassTimestampWrites?

Public constructors

ComputePassDescriptor

Added in 1.0.0-alpha01
ComputePassDescriptor(
    label: String? = null,
    timestampWrites: PassTimestampWrites? = null
)

Public properties

label

Added in 1.0.0-alpha01
var labelString?

The label for the compute pass.

timestampWrites

Added in 1.0.0-alpha01
var timestampWritesPassTimestampWrites?