CommandBufferDescriptor


public final class CommandBufferDescriptor


A descriptor for creating a command buffer.

Summary

Public constructors

Public methods

final String

The label for the command buffer.

final void

The label for the command buffer.

Public constructors

CommandBufferDescriptor

Added in 1.0.0-alpha01
public CommandBufferDescriptor(String label)

Public methods

getLabel

Added in 1.0.0-alpha01
public final String getLabel()

The label for the command buffer.

setLabel

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

The label for the command buffer.