public final class LoadOp


Defines the operation to perform on a render attachment at the beginning of a pass.

Summary

Constants

static final int
Clear = 2

Clears the attachment to a specified value.

static final int
Load = 1

Loads the existing contents of the attachment.

static final int

Indicates that no load operation is specified.

Public methods

static final @NonNull String
toString(int value)

Constants

Clear

public static final int Clear = 2

Clears the attachment to a specified value.

Load

public static final int Load = 1

Loads the existing contents of the attachment.

Undefined

public static final int Undefined = 0

Indicates that no load operation is specified.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)