GPUComputePassDescriptor


class GPUComputePassDescriptor


Describes a compute pass.

Summary

Public constructors

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

Public properties

String?

A human-readable label for debugging.

GPUPassTimestampWrites?

Public constructors

GPUComputePassDescriptor

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

Public properties

label

Added in 1.0.0-alpha04
var labelString?

A human-readable label for debugging.

timestampWrites

Added in 1.0.0-alpha04
var timestampWritesGPUPassTimestampWrites?