StoreOp


public final class StoreOp


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

Summary

Constants

static final int

Discards the contents of the attachment.

static final int
Store = 1

Stores the contents of the attachment.

static final int

Indicates that no store operation is specified.

Public methods

static final @NonNull String
toString(int value)

Constants

Discard

public static final int Discard = 2

Discards the contents of the attachment.

Store

public static final int Store = 1

Stores the contents of the attachment.

Undefined

public static final int Undefined = 0

Indicates that no store operation is specified.

Public methods

toString

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