CommandEncoderDescriptor


public final class CommandEncoderDescriptor


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

CommandEncoderDescriptor

Added in 1.0.0-alpha01
public CommandEncoderDescriptor(String label)

Public methods

getLabel

Added in 1.0.0-alpha01
public final String getLabel()

The label for the command encoder.

setLabel

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

The label for the command encoder.