GPUComputePassDescriptor


public final class GPUComputePassDescriptor


A descriptor for starting a compute pass.

Summary

Public constructors

GPUComputePassDescriptor(
    String label,
    GPUPassTimestampWrites timestampWrites
)

Public methods

final String

The label for the compute pass.

final GPUPassTimestampWrites
final void

The label for the compute pass.

final void

Public constructors

GPUComputePassDescriptor

Added in 1.0.0-alpha02
public GPUComputePassDescriptor(
    String label,
    GPUPassTimestampWrites timestampWrites
)

Public methods

getLabel

Added in 1.0.0-alpha02
public final String getLabel()

The label for the compute pass.

getTimestampWrites

Added in 1.0.0-alpha02
public final GPUPassTimestampWrites getTimestampWrites()

setLabel

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

The label for the compute pass.

setTimestampWrites

Added in 1.0.0-alpha02
public final void setTimestampWrites(GPUPassTimestampWrites timestampWrites)