GPUCommandEncoderDescriptor


public final class GPUCommandEncoderDescriptor


A descriptor for creating a command encoder.

Summary

Public constructors

Public methods

final String

The label for the command encoder.

final void

The label for the command encoder.

Public constructors

GPUCommandEncoderDescriptor

Added in 1.0.0-alpha02
public GPUCommandEncoderDescriptor(String label)

Public methods

getLabel

Added in 1.0.0-alpha02
public final String getLabel()

The label for the command encoder.

setLabel

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

The label for the command encoder.