GPUComputePassDescriptor


class GPUComputePassDescriptor


A descriptor for starting a compute pass.

Summary

Public constructors

GPUComputePassDescriptor(
    label: String?,
    timestampWrites: GPUPassTimestampWrites?
)

Public properties

String?

The label for the compute pass.

GPUPassTimestampWrites?

Public constructors

GPUComputePassDescriptor

Added in 1.0.0-alpha02
GPUComputePassDescriptor(
    label: String? = null,
    timestampWrites: GPUPassTimestampWrites? = null
)

Public properties

label

Added in 1.0.0-alpha02
var labelString?

The label for the compute pass.

timestampWrites

Added in 1.0.0-alpha02
var timestampWritesGPUPassTimestampWrites?