ComputePassDescriptor


public final class ComputePassDescriptor


A descriptor for starting a compute pass.

Summary

Public constructors

ComputePassDescriptor(
    String label,
    PassTimestampWrites timestampWrites
)

Public methods

final String

The label for the compute pass.

final PassTimestampWrites
final void

The label for the compute pass.

final void

Public constructors

ComputePassDescriptor

Added in 1.0.0-alpha01
public ComputePassDescriptor(
    String label,
    PassTimestampWrites timestampWrites
)

Public methods

getLabel

Added in 1.0.0-alpha01
public final String getLabel()

The label for the compute pass.

getTimestampWrites

Added in 1.0.0-alpha01
public final PassTimestampWrites getTimestampWrites()

setLabel

Added in 1.0.0-alpha01
public final void setLabel(String label)

The label for the compute pass.

setTimestampWrites

Added in 1.0.0-alpha01
public final void setTimestampWrites(PassTimestampWrites timestampWrites)